Documentation ¶
Index ¶
- func PossibleValuesForResourceSkuRestrictionsReasonCode() []string
- func PossibleValuesForResourceSkuRestrictionsType() []string
- func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error)
- type ListCompleteResult
- type ListCustomPager
- type ListOperationResponse
- type LocationId
- type ResourceSkuCapability
- type ResourceSkuInfo
- type ResourceSkuInfoOperationPredicate
- type ResourceSkuLocationInfo
- type ResourceSkuRestrictionInfo
- type ResourceSkuRestrictions
- type ResourceSkuRestrictionsReasonCode
- type ResourceSkuRestrictionsType
- type ResourceSkuZoneDetails
- type ResourceSkusClient
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForResourceSkuRestrictionsReasonCode ¶
func PossibleValuesForResourceSkuRestrictionsReasonCode() []string
func PossibleValuesForResourceSkuRestrictionsType ¶
func PossibleValuesForResourceSkuRestrictionsType() []string
func ValidateLocationID ¶
ValidateLocationID checks that 'input' can be parsed as a Location ID
Types ¶
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []ResourceSkuInfo }
type ListCustomPager ¶ added in v0.20240628.1153531
func (*ListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ResourceSkuInfo }
type LocationId ¶
LocationId is a struct representing the Resource ID for a Location
func NewLocationID ¶
func NewLocationID(subscriptionId string, locationName string) LocationId
NewLocationID returns a new LocationId struct
func ParseLocationID ¶
func ParseLocationID(input string) (*LocationId, error)
ParseLocationID parses 'input' into a LocationId
func ParseLocationIDInsensitively ¶
func ParseLocationIDInsensitively(input string) (*LocationId, error)
ParseLocationIDInsensitively parses 'input' case-insensitively into a LocationId note: this method should only be used for API response data and not user input
func (*LocationId) FromParseResult ¶
func (id *LocationId) FromParseResult(input resourceids.ParseResult) error
func (LocationId) Segments ¶
func (id LocationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Location ID
func (LocationId) String ¶
func (id LocationId) String() string
String returns a human-readable description of this Location ID
type ResourceSkuCapability ¶
type ResourceSkuInfo ¶
type ResourceSkuInfo struct { ApiVersion *string `json:"apiVersion,omitempty"` Capabilities *[]ResourceSkuCapability `json:"capabilities,omitempty"` LocationInfo *ResourceSkuLocationInfo `json:"locationInfo,omitempty"` Name *string `json:"name,omitempty"` ResourceType *string `json:"resourceType,omitempty"` Restrictions *[]ResourceSkuRestrictions `json:"restrictions,omitempty"` Tier *string `json:"tier,omitempty"` }
type ResourceSkuInfoOperationPredicate ¶
type ResourceSkuInfoOperationPredicate struct { ApiVersion *string Name *string ResourceType *string Tier *string }
func (ResourceSkuInfoOperationPredicate) Matches ¶
func (p ResourceSkuInfoOperationPredicate) Matches(input ResourceSkuInfo) bool
type ResourceSkuLocationInfo ¶
type ResourceSkuLocationInfo struct { Location *string `json:"location,omitempty"` ZoneDetails *[]ResourceSkuZoneDetails `json:"zoneDetails,omitempty"` Zones *zones.Schema `json:"zones,omitempty"` }
type ResourceSkuRestrictions ¶
type ResourceSkuRestrictions struct { ReasonCode *ResourceSkuRestrictionsReasonCode `json:"reasonCode,omitempty"` RestrictionInfo *ResourceSkuRestrictionInfo `json:"restrictionInfo,omitempty"` Type *ResourceSkuRestrictionsType `json:"type,omitempty"` Values *[]string `json:"values,omitempty"` }
type ResourceSkuRestrictionsReasonCode ¶
type ResourceSkuRestrictionsReasonCode string
const ( ResourceSkuRestrictionsReasonCodeNotAvailableForSubscription ResourceSkuRestrictionsReasonCode = "NotAvailableForSubscription" ResourceSkuRestrictionsReasonCodeQuotaId ResourceSkuRestrictionsReasonCode = "QuotaId" )
func (*ResourceSkuRestrictionsReasonCode) UnmarshalJSON ¶
func (s *ResourceSkuRestrictionsReasonCode) UnmarshalJSON(bytes []byte) error
type ResourceSkuRestrictionsType ¶
type ResourceSkuRestrictionsType string
const ( ResourceSkuRestrictionsTypeLocation ResourceSkuRestrictionsType = "Location" ResourceSkuRestrictionsTypeZone ResourceSkuRestrictionsType = "Zone" )
func (*ResourceSkuRestrictionsType) UnmarshalJSON ¶
func (s *ResourceSkuRestrictionsType) UnmarshalJSON(bytes []byte) error
type ResourceSkuZoneDetails ¶
type ResourceSkuZoneDetails struct { Capabilities *[]ResourceSkuCapability `json:"capabilities,omitempty"` Name *[]string `json:"name,omitempty"` }
type ResourceSkusClient ¶
type ResourceSkusClient struct {
Client *resourcemanager.Client
}
func NewResourceSkusClientWithBaseURI ¶
func NewResourceSkusClientWithBaseURI(sdkApi sdkEnv.Api) (*ResourceSkusClient, error)
func (ResourceSkusClient) List ¶
func (c ResourceSkusClient) List(ctx context.Context, id LocationId) (result ListOperationResponse, err error)
List ...
func (ResourceSkusClient) ListComplete ¶
func (c ResourceSkusClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (ResourceSkusClient) ListCompleteMatchingPredicate ¶
func (c ResourceSkusClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate ResourceSkuInfoOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate