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 ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type LocationId struct + LocationName string + SubscriptionId string + func NewLocationID(subscriptionId string, locationName string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id *LocationId) FromParseResult(input resourceids.ParseResult) error + func (id LocationId) ID() string + func (id LocationId) Segments() []resourceids.Segment + func (id LocationId) String() string + type Quota struct + CurrentValue int64 + Id string + Limit int64 + Name *QuotaName + Unit string + type QuotaName struct + LocalizedValue *string + Value *string + type QuotaOperationPredicate struct + CurrentValue *int64 + Id *string + Limit *int64 + Unit *string + func (p QuotaOperationPredicate) Matches(input Quota) bool + type SubscriptionUsagesClient struct + Client *resourcemanager.Client + func NewSubscriptionUsagesClientWithBaseURI(sdkApi sdkEnv.Api) (*SubscriptionUsagesClient, error) + func (c SubscriptionUsagesClient) Usages(ctx context.Context, id LocationId) (result UsagesOperationResponse, err error) + func (c SubscriptionUsagesClient) UsagesComplete(ctx context.Context, id LocationId) (UsagesCompleteResult, error) + func (c SubscriptionUsagesClient) UsagesCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate QuotaOperationPredicate) (result UsagesCompleteResult, err error) + type UsagesCompleteResult struct + Items []Quota + LatestHttpResponse *http.Response + type UsagesCustomPager struct + NextLink *odata.Link + func (p *UsagesCustomPager) NextPageLink() *odata.Link + type UsagesOperationResponse struct + HttpResponse *http.Response + Model *[]Quota + OData *odata.OData