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 PossibleValuesForUsageUnit() []string + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + func ValidateManagedEnvironmentID(input interface{}, key string) (warnings []string, errors []error) + type ListCompleteResult struct + Items []Usage + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]Usage + 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 ManagedEnvironmentId struct + ManagedEnvironmentName string + ResourceGroupName string + SubscriptionId string + func NewManagedEnvironmentID(subscriptionId string, resourceGroupName string, managedEnvironmentName string) ManagedEnvironmentId + func ParseManagedEnvironmentID(input string) (*ManagedEnvironmentId, error) + func ParseManagedEnvironmentIDInsensitively(input string) (*ManagedEnvironmentId, error) + func (id *ManagedEnvironmentId) FromParseResult(input resourceids.ParseResult) error + func (id ManagedEnvironmentId) ID() string + func (id ManagedEnvironmentId) Segments() []resourceids.Segment + func (id ManagedEnvironmentId) String() string + type ManagedEnvironmentUsagesListCompleteResult struct + Items []Usage + LatestHttpResponse *http.Response + type ManagedEnvironmentUsagesListCustomPager struct + NextLink *odata.Link + func (p *ManagedEnvironmentUsagesListCustomPager) NextPageLink() *odata.Link + type ManagedEnvironmentUsagesListOperationResponse struct + HttpResponse *http.Response + Model *[]Usage + OData *odata.OData + type Usage struct + CurrentValue float64 + Limit float64 + Name UsageName + Unit UsageUnit + type UsageName struct + LocalizedValue *string + Value *string + type UsageOperationPredicate struct + CurrentValue *float64 + Limit *float64 + func (p UsageOperationPredicate) Matches(input Usage) bool + type UsageUnit string + const UsageUnitCount + func (s *UsageUnit) UnmarshalJSON(bytes []byte) error + type UsagesClient struct + Client *resourcemanager.Client + func NewUsagesClientWithBaseURI(sdkApi sdkEnv.Api) (*UsagesClient, error) + func (c UsagesClient) List(ctx context.Context, id LocationId) (result ListOperationResponse, err error) + func (c UsagesClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error) + func (c UsagesClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate UsageOperationPredicate) (result ListCompleteResult, err error) + func (c UsagesClient) ManagedEnvironmentUsagesList(ctx context.Context, id ManagedEnvironmentId) (result ManagedEnvironmentUsagesListOperationResponse, err error) + func (c UsagesClient) ManagedEnvironmentUsagesListComplete(ctx context.Context, id ManagedEnvironmentId) (ManagedEnvironmentUsagesListCompleteResult, error) + func (c UsagesClient) ManagedEnvironmentUsagesListCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, ...) (result ManagedEnvironmentUsagesListCompleteResult, err error)