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 ListByLocationCompleteResult struct + Items []ResourceSku + LatestHttpResponse *http.Response + type ListByLocationCustomPager struct + NextLink *odata.Link + func (p *ListByLocationCustomPager) NextPageLink() *odata.Link + type ListByLocationOperationResponse struct + HttpResponse *http.Response + Model *[]ResourceSku + 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 ResourceSku struct + Id *string + Name *string + Properties *ResourceSkuProperties + SystemData *systemdata.SystemData + Type *string + type ResourceSkuCapabilities struct + Name string + Value string + type ResourceSkuLocationInfo struct + Location string + ZoneDetails []ResourceSkuZoneDetails + Zones zones.Schema + type ResourceSkuOperationPredicate struct + Id *string + Name *string + Type *string + func (p ResourceSkuOperationPredicate) Matches(input ResourceSku) bool + type ResourceSkuProperties struct + Capabilities []ResourceSkuCapabilities + Family string + LocationInfo []ResourceSkuLocationInfo + Locations []string + ResourceType string + Restrictions []ResourceSkuRestrictions + Size string + Tier string + 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 []ResourceSkuCapabilities + Name []string + type SkuClient struct + Client *resourcemanager.Client + func NewSkuClientWithBaseURI(sdkApi sdkEnv.Api) (*SkuClient, error) + func (c SkuClient) ListByLocation(ctx context.Context, id LocationId) (result ListByLocationOperationResponse, err error) + func (c SkuClient) ListByLocationComplete(ctx context.Context, id LocationId) (ListByLocationCompleteResult, error) + func (c SkuClient) ListByLocationCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate ResourceSkuOperationPredicate) (result ListByLocationCompleteResult, err error)