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 PossibleValuesForHostingModel() []string + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type CommitmentCost struct + CommitmentMeterId *string + OverageMeterId *string + type CommitmentQuota struct + Quantity *int64 + Unit *string + type CommitmentTier struct + Cost *CommitmentCost + HostingModel *HostingModel + Kind *string + MaxCount *int64 + PlanType *string + Quota *CommitmentQuota + SkuName *string + Tier *string + type CommitmentTierOperationPredicate struct + Kind *string + MaxCount *int64 + PlanType *string + SkuName *string + Tier *string + func (p CommitmentTierOperationPredicate) Matches(input CommitmentTier) bool + type CommitmentTiersClient struct + Client *resourcemanager.Client + func NewCommitmentTiersClientWithBaseURI(sdkApi sdkEnv.Api) (*CommitmentTiersClient, error) + func (c CommitmentTiersClient) List(ctx context.Context, id LocationId) (result ListOperationResponse, err error) + func (c CommitmentTiersClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error) + func (c CommitmentTiersClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate CommitmentTierOperationPredicate) (result ListCompleteResult, err error) + type HostingModel string + const HostingModelConnectedContainer + const HostingModelDisconnectedContainer + const HostingModelProvisionedWeb + const HostingModelWeb + func (s *HostingModel) UnmarshalJSON(bytes []byte) error + type ListCompleteResult struct + Items []CommitmentTier + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]CommitmentTier + 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