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 PossibleValuesForExtendedLocationType() []string + func PossibleValuesForResourceSkuCapacityScaleType() []string + func PossibleValuesForResourceSkuRestrictionsReasonCode() []string + func PossibleValuesForResourceSkuRestrictionsType() []string + type ExtendedLocationType string + const ExtendedLocationTypeEdgeZone + func (s *ExtendedLocationType) UnmarshalJSON(bytes []byte) error + type ResourceSku struct + ApiVersions *[]string + Capabilities *[]ResourceSkuCapabilities + Capacity *ResourceSkuCapacity + Costs *[]ResourceSkuCosts + Family *string + Kind *string + LocationInfo *[]ResourceSkuLocationInfo + Locations *[]string + Name *string + ResourceType *string + Restrictions *[]ResourceSkuRestrictions + Size *string + Tier *string + type ResourceSkuCapabilities struct + Name *string + Value *string + type ResourceSkuCapacity struct + Default *int64 + Maximum *int64 + Minimum *int64 + ScaleType *ResourceSkuCapacityScaleType + type ResourceSkuCapacityScaleType string + const ResourceSkuCapacityScaleTypeAutomatic + const ResourceSkuCapacityScaleTypeManual + const ResourceSkuCapacityScaleTypeNone + func (s *ResourceSkuCapacityScaleType) UnmarshalJSON(bytes []byte) error + type ResourceSkuCosts struct + ExtendedUnit *string + MeterID *string + Quantity *int64 + type ResourceSkuLocationInfo struct + ExtendedLocations *[]string + Location *string + Type *ExtendedLocationType + ZoneDetails *[]ResourceSkuZoneDetails + Zones *zones.Schema + type ResourceSkuOperationPredicate struct + Family *string + Kind *string + Name *string + ResourceType *string + Size *string + Tier *string + func (p ResourceSkuOperationPredicate) Matches(input ResourceSku) bool + 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 ResourceSkusListCompleteResult struct + Items []ResourceSku + LatestHttpResponse *http.Response + type ResourceSkusListCustomPager struct + NextLink *odata.Link + func (p *ResourceSkusListCustomPager) NextPageLink() *odata.Link + type ResourceSkusListOperationOptions struct + Filter *string + IncludeExtendedLocations *string + func DefaultResourceSkusListOperationOptions() ResourceSkusListOperationOptions + func (o ResourceSkusListOperationOptions) ToHeaders() *client.Headers + func (o ResourceSkusListOperationOptions) ToOData() *odata.Query + func (o ResourceSkusListOperationOptions) ToQuery() *client.QueryParams + type ResourceSkusListOperationResponse struct + HttpResponse *http.Response + Model *[]ResourceSku + OData *odata.OData + type SkusClient struct + Client *resourcemanager.Client + func NewSkusClientWithBaseURI(sdkApi sdkEnv.Api) (*SkusClient, error) + func (c SkusClient) ResourceSkusList(ctx context.Context, id commonids.SubscriptionId, ...) (result ResourceSkusListOperationResponse, err error) + func (c SkusClient) ResourceSkusListComplete(ctx context.Context, id commonids.SubscriptionId, ...) (ResourceSkusListCompleteResult, error) + func (c SkusClient) ResourceSkusListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ResourceSkusListCompleteResult, err error)