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 AscUsagesClient struct + Client *resourcemanager.Client + func NewAscUsagesClientWithBaseURI(sdkApi sdkEnv.Api) (*AscUsagesClient, error) + func (c AscUsagesClient) List(ctx context.Context, id LocationId) (result ListOperationResponse, err error) + func (c AscUsagesClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error) + func (c AscUsagesClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate ResourceUsageOperationPredicate) (result ListCompleteResult, err error) + type ListCompleteResult struct + Items []ResourceUsage + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ResourceUsage + OData *odata.OData + 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 ResourceUsage struct + CurrentValue *int64 + Limit *int64 + Name *ResourceUsageName + Unit *string + type ResourceUsageName struct + LocalizedValue *string + Value *string + type ResourceUsageOperationPredicate struct + CurrentValue *int64 + Limit *int64 + Unit *string + func (p ResourceUsageOperationPredicate) Matches(input ResourceUsage) bool