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 PossibleValuesForResourceSkuCapacityScaleType() []string + func PossibleValuesForSkuType() []string + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type ApiManagementServiceSkusClient struct + Client *resourcemanager.Client + func NewApiManagementServiceSkusClientWithBaseURI(sdkApi sdkEnv.Api) (*ApiManagementServiceSkusClient, error) + func (c ApiManagementServiceSkusClient) ListAvailableServiceSkus(ctx context.Context, id ServiceId) (result ListAvailableServiceSkusOperationResponse, err error) + func (c ApiManagementServiceSkusClient) ListAvailableServiceSkusComplete(ctx context.Context, id ServiceId) (ListAvailableServiceSkusCompleteResult, error) + func (c ApiManagementServiceSkusClient) ListAvailableServiceSkusCompleteMatchingPredicate(ctx context.Context, id ServiceId, ...) (result ListAvailableServiceSkusCompleteResult, err error) + type ListAvailableServiceSkusCompleteResult struct + Items []ResourceSkuResult + LatestHttpResponse *http.Response + type ListAvailableServiceSkusCustomPager struct + NextLink *odata.Link + func (p *ListAvailableServiceSkusCustomPager) NextPageLink() *odata.Link + type ListAvailableServiceSkusOperationResponse struct + HttpResponse *http.Response + Model *[]ResourceSkuResult + OData *odata.OData + type ResourceSku struct + Name *SkuType + 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 ResourceSkuResult struct + Capacity *ResourceSkuCapacity + ResourceType *string + Sku *ResourceSku + type ResourceSkuResultOperationPredicate struct + ResourceType *string + func (p ResourceSkuResultOperationPredicate) Matches(input ResourceSkuResult) bool + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string + type SkuType string + const SkuTypeBasic + const SkuTypeConsumption + const SkuTypeDeveloper + const SkuTypeIsolated + const SkuTypePremium + const SkuTypeStandard + func (s *SkuType) UnmarshalJSON(bytes []byte) error