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 ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type BatchLocationQuota struct + AccountQuota *int64 + type GetQuotasOperationResponse struct + HttpResponse *http.Response + Model *BatchLocationQuota + OData *odata.OData + type ListSupportedCloudServiceSkusCompleteResult struct + Items []SupportedSku + LatestHttpResponse *http.Response + type ListSupportedCloudServiceSkusCustomPager struct + NextLink *odata.Link + func (p *ListSupportedCloudServiceSkusCustomPager) NextPageLink() *odata.Link + type ListSupportedCloudServiceSkusOperationOptions struct + Filter *string + Maxresults *int64 + func DefaultListSupportedCloudServiceSkusOperationOptions() ListSupportedCloudServiceSkusOperationOptions + func (o ListSupportedCloudServiceSkusOperationOptions) ToHeaders() *client.Headers + func (o ListSupportedCloudServiceSkusOperationOptions) ToOData() *odata.Query + func (o ListSupportedCloudServiceSkusOperationOptions) ToQuery() *client.QueryParams + type ListSupportedCloudServiceSkusOperationResponse struct + HttpResponse *http.Response + Model *[]SupportedSku + OData *odata.OData + type ListSupportedVirtualMachineSkusCompleteResult struct + Items []SupportedSku + LatestHttpResponse *http.Response + type ListSupportedVirtualMachineSkusCustomPager struct + NextLink *odata.Link + func (p *ListSupportedVirtualMachineSkusCustomPager) NextPageLink() *odata.Link + type ListSupportedVirtualMachineSkusOperationOptions struct + Filter *string + Maxresults *int64 + func DefaultListSupportedVirtualMachineSkusOperationOptions() ListSupportedVirtualMachineSkusOperationOptions + func (o ListSupportedVirtualMachineSkusOperationOptions) ToHeaders() *client.Headers + func (o ListSupportedVirtualMachineSkusOperationOptions) ToOData() *odata.Query + func (o ListSupportedVirtualMachineSkusOperationOptions) ToQuery() *client.QueryParams + type ListSupportedVirtualMachineSkusOperationResponse struct + HttpResponse *http.Response + Model *[]SupportedSku + OData *odata.OData + type LocationClient struct + Client *resourcemanager.Client + func NewLocationClientWithBaseURI(sdkApi sdkEnv.Api) (*LocationClient, error) + func (c LocationClient) GetQuotas(ctx context.Context, id LocationId) (result GetQuotasOperationResponse, err error) + func (c LocationClient) ListSupportedCloudServiceSkus(ctx context.Context, id LocationId, ...) (result ListSupportedCloudServiceSkusOperationResponse, err error) + func (c LocationClient) ListSupportedCloudServiceSkusComplete(ctx context.Context, id LocationId, ...) (ListSupportedCloudServiceSkusCompleteResult, error) + func (c LocationClient) ListSupportedCloudServiceSkusCompleteMatchingPredicate(ctx context.Context, id LocationId, ...) (result ListSupportedCloudServiceSkusCompleteResult, err error) + func (c LocationClient) ListSupportedVirtualMachineSkus(ctx context.Context, id LocationId, ...) (result ListSupportedVirtualMachineSkusOperationResponse, err error) + func (c LocationClient) ListSupportedVirtualMachineSkusComplete(ctx context.Context, id LocationId, ...) (ListSupportedVirtualMachineSkusCompleteResult, error) + func (c LocationClient) ListSupportedVirtualMachineSkusCompleteMatchingPredicate(ctx context.Context, id LocationId, ...) (result ListSupportedVirtualMachineSkusCompleteResult, err error) + 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 SkuCapability struct + Name *string + Value *string + type SupportedSku struct + Capabilities *[]SkuCapability + FamilyName *string + Name *string + type SupportedSkuOperationPredicate struct + FamilyName *string + Name *string + func (p SupportedSkuOperationPredicate) Matches(input SupportedSku) bool