Lines Matching refs:QuotaClient

18 type QuotaClient struct {  struct
23 func NewQuotaClient() QuotaClient {
29 func NewQuotaClientWithBaseURI(baseURI string) QuotaClient {
30 return QuotaClient{NewWithBaseURI(baseURI)}
49 func (client QuotaClient) CreateOrUpdate(ctx context.Context, subscriptionID string, providerID str…
76 func (client QuotaClient) CreateOrUpdatePreparer(ctx context.Context, subscriptionID string, provid… argument
101 func (client QuotaClient) CreateOrUpdateSender(req *http.Request) (future QuotaCreateOrUpdateFuture… argument
116 func (client QuotaClient) CreateOrUpdateResponder(resp *http.Response) (result SetObject, err error… argument
134 func (client QuotaClient) Get(ctx context.Context, subscriptionID string, providerID string, locati…
168 func (client QuotaClient) GetPreparer(ctx context.Context, subscriptionID string, providerID string… argument
191 func (client QuotaClient) GetSender(req *http.Request) (*http.Response, error) { argument
197 func (client QuotaClient) GetResponder(resp *http.Response) (result CurrentQuotaLimitBase, err erro… argument
213 func (client QuotaClient) List(ctx context.Context, subscriptionID string, providerID string, locat…
252 func (client QuotaClient) ListPreparer(ctx context.Context, subscriptionID string, providerID strin… argument
274 func (client QuotaClient) ListSender(req *http.Request) (*http.Response, error) {
280 func (client QuotaClient) ListResponder(resp *http.Response) (result QuotaLimits, err error) {
291 func (client QuotaClient) listNextResults(ctx context.Context, lastResults QuotaLimits) (result Quo…
312 func (client QuotaClient) ListComplete(ctx context.Context, subscriptionID string, providerID strin… argument
343 func (client QuotaClient) Update(ctx context.Context, subscriptionID string, providerID string, loc…
370 func (client QuotaClient) UpdatePreparer(ctx context.Context, subscriptionID string, providerID str… argument
395 func (client QuotaClient) UpdateSender(req *http.Request) (future QuotaUpdateFuture, err error) { argument
410 func (client QuotaClient) UpdateResponder(resp *http.Response) (result SetObject, err error) { argument