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 PossibleValuesForResourceSkuRestrictionsReasonCode() []string + func PossibleValuesForResourceSkuRestrictionsType() []string + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type ListCompleteResult struct + Items []ResourceSkuInfo + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ResourceSkuInfo + 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 ResourceSkuCapability struct + Name *string + Value *string + type ResourceSkuInfo struct + ApiVersion *string + Capabilities *[]ResourceSkuCapability + LocationInfo *ResourceSkuLocationInfo + Name *string + ResourceType *string + Restrictions *[]ResourceSkuRestrictions + Tier *string + type ResourceSkuInfoOperationPredicate struct + ApiVersion *string + Name *string + ResourceType *string + Tier *string + func (p ResourceSkuInfoOperationPredicate) Matches(input ResourceSkuInfo) bool + type ResourceSkuLocationInfo struct + Location *string + ZoneDetails *[]ResourceSkuZoneDetails + Zones *zones.Schema + type ResourceSkuRestrictionInfo struct + Locations *[]string + Zones *zones.Schema + type ResourceSkuRestrictions struct + ReasonCode *ResourceSkuRestrictionsReasonCode + RestrictionInfo *ResourceSkuRestrictionInfo + Type *ResourceSkuRestrictionsType + Values *[]string + type ResourceSkuRestrictionsReasonCode string + const ResourceSkuRestrictionsReasonCodeNotAvailableForSubscription + const ResourceSkuRestrictionsReasonCodeQuotaId + func (s *ResourceSkuRestrictionsReasonCode) UnmarshalJSON(bytes []byte) error + type ResourceSkuRestrictionsType string + const ResourceSkuRestrictionsTypeLocation + const ResourceSkuRestrictionsTypeZone + func (s *ResourceSkuRestrictionsType) UnmarshalJSON(bytes []byte) error + type ResourceSkuZoneDetails struct + Capabilities *[]ResourceSkuCapability + Name *[]string + type ResourceSkusClient struct + Client *resourcemanager.Client + func NewResourceSkusClientWithBaseURI(sdkApi sdkEnv.Api) (*ResourceSkusClient, error) + func (c ResourceSkusClient) List(ctx context.Context, id LocationId) (result ListOperationResponse, err error) + func (c ResourceSkusClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error) + func (c ResourceSkusClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, ...) (result ListCompleteResult, err error)