Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateQuotaID(input interface{}, key string) (warnings []string, errors []error) + type ListByServiceCompleteResult struct + Items []QuotaCounterContract + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]QuotaCounterContract + OData *odata.OData + type QuotaByCounterKeysClient struct + Client *resourcemanager.Client + func NewQuotaByCounterKeysClientWithBaseURI(sdkApi sdkEnv.Api) (*QuotaByCounterKeysClient, error) + func (c QuotaByCounterKeysClient) ListByService(ctx context.Context, id QuotaId) (result ListByServiceOperationResponse, err error) + func (c QuotaByCounterKeysClient) ListByServiceComplete(ctx context.Context, id QuotaId) (ListByServiceCompleteResult, error) + func (c QuotaByCounterKeysClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id QuotaId, ...) (result ListByServiceCompleteResult, err error) + func (c QuotaByCounterKeysClient) Update(ctx context.Context, id QuotaId, input QuotaCounterValueUpdateContract) (result UpdateOperationResponse, err error) + type QuotaCounterCollection struct + Count *int64 + NextLink *string + Value *[]QuotaCounterContract + type QuotaCounterContract struct + CounterKey string + PeriodEndTime string + PeriodKey string + PeriodStartTime string + Value *QuotaCounterValueContractProperties + func (o *QuotaCounterContract) GetPeriodEndTimeAsTime() (*time.Time, error) + func (o *QuotaCounterContract) GetPeriodStartTimeAsTime() (*time.Time, error) + func (o *QuotaCounterContract) SetPeriodEndTimeAsTime(input time.Time) + func (o *QuotaCounterContract) SetPeriodStartTimeAsTime(input time.Time) + type QuotaCounterContractOperationPredicate struct + CounterKey *string + PeriodEndTime *string + PeriodKey *string + PeriodStartTime *string + func (p QuotaCounterContractOperationPredicate) Matches(input QuotaCounterContract) bool + type QuotaCounterValueContractProperties struct + CallsCount *int64 + KbTransferred *float64 + type QuotaCounterValueUpdateContract struct + Properties *QuotaCounterValueContractProperties + type QuotaId struct + QuotaCounterKey string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewQuotaID(subscriptionId string, resourceGroupName string, serviceName string, ...) QuotaId + func ParseQuotaID(input string) (*QuotaId, error) + func ParseQuotaIDInsensitively(input string) (*QuotaId, error) + func (id *QuotaId) FromParseResult(input resourceids.ParseResult) error + func (id QuotaId) ID() string + func (id QuotaId) Segments() []resourceids.Segment + func (id QuotaId) String() string + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *QuotaCounterCollection + OData *odata.OData