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 PossibleValuesForUsagesTypes() []string + func ValidateScopedUsageID(input interface{}, key string) (warnings []string, errors []error) + type CurrentUsagesBase struct + Id *string + Name *string + Properties *UsagesProperties + Type *string + type CurrentUsagesBaseOperationPredicate struct + Id *string + Name *string + Type *string + func (p CurrentUsagesBaseOperationPredicate) Matches(input CurrentUsagesBase) bool + type ResourceName struct + LocalizedValue *string + Value *string + type ScopedUsageId struct + Scope string + UsageName string + func NewScopedUsageID(scope string, usageName string) ScopedUsageId + func ParseScopedUsageID(input string) (*ScopedUsageId, error) + func ParseScopedUsageIDInsensitively(input string) (*ScopedUsageId, error) + func (id *ScopedUsageId) FromParseResult(input resourceids.ParseResult) error + func (id ScopedUsageId) ID() string + func (id ScopedUsageId) Segments() []resourceids.Segment + func (id ScopedUsageId) String() string + type UsagesGetOperationResponse struct + HttpResponse *http.Response + Model *CurrentUsagesBase + OData *odata.OData + type UsagesInformationClient struct + Client *resourcemanager.Client + func NewUsagesInformationClientWithBaseURI(sdkApi sdkEnv.Api) (*UsagesInformationClient, error) + func (c UsagesInformationClient) UsagesGet(ctx context.Context, id ScopedUsageId) (result UsagesGetOperationResponse, err error) + func (c UsagesInformationClient) UsagesList(ctx context.Context, id commonids.ScopeId) (result UsagesListOperationResponse, err error) + func (c UsagesInformationClient) UsagesListComplete(ctx context.Context, id commonids.ScopeId) (UsagesListCompleteResult, error) + func (c UsagesInformationClient) UsagesListCompleteMatchingPredicate(ctx context.Context, id commonids.ScopeId, ...) (result UsagesListCompleteResult, err error) + type UsagesListCompleteResult struct + Items []CurrentUsagesBase + LatestHttpResponse *http.Response + type UsagesListCustomPager struct + NextLink *odata.Link + func (p *UsagesListCustomPager) NextPageLink() *odata.Link + type UsagesListOperationResponse struct + HttpResponse *http.Response + Model *[]CurrentUsagesBase + OData *odata.OData + type UsagesObject struct + UsagesType *UsagesTypes + Value int64 + type UsagesProperties struct + IsQuotaApplicable *bool + Name *ResourceName + Properties *interface{} + QuotaPeriod *string + ResourceType *string + Unit *string + Usages *UsagesObject + type UsagesTypes string + const UsagesTypesCombined + const UsagesTypesIndividual + func (s *UsagesTypes) UnmarshalJSON(bytes []byte) error