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 PossibleValuesForReasonCode() []string + type ListCompleteResult struct + Items []ResourceSku + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ResourceSku + OData *odata.OData + type ReasonCode string + const ReasonCodeNotAvailableForSubscription + const ReasonCodeQuotaId + func (s *ReasonCode) UnmarshalJSON(bytes []byte) error + type ResourceSku struct + Capabilities *[]ResourceSkuCapabilities + LocationInfo *[]ResourceSkuLocationInfo + Locations *[]string + Name *string + ResourceType *string + Restrictions *[]Restriction + type ResourceSkuCapabilities struct + Name *string + Value *string + type ResourceSkuLocationInfo struct + Location *string + Zones *zones.Schema + type ResourceSkuOperationPredicate struct + Name *string + ResourceType *string + func (p ResourceSkuOperationPredicate) Matches(input ResourceSku) bool + type Restriction struct + ReasonCode *ReasonCode + Type *string + Values *[]string + type SKUsClient struct + Client *resourcemanager.Client + func NewSKUsClientWithBaseURI(sdkApi sdkEnv.Api) (*SKUsClient, error) + func (c SKUsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c SKUsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c SKUsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error)