Share via


WorkloadsExtensions.SapSupportedSku Method

Definition

Get a list of SAP supported SKUs for ASCS, Application and Database tier.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{___location}/sapVirtualInstanceMetadata/default/getSapSupportedSku
  • Operation Id: SAPSupportedSku
  • Default Api Version: 2023-04-01
<item>MockingTo mock this method, please mock SapSupportedSku(AzureLocation, SapSupportedSkusContent, CancellationToken) instead.</item>
public static Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult> SapSupportedSku(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation ___location, Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent content = default, System.Threading.CancellationToken cancellationToken = default);
static member SapSupportedSku : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult>
<Extension()>
Public Function SapSupportedSku (subscriptionResource As SubscriptionResource, ___location As AzureLocation, Optional content As SapSupportedSkusContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SapSupportedResourceSkusResult)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

___location
AzureLocation

The name of Azure region.

content
SapSupportedSkusContent

SAP Supported SKU Request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource is null.

Applies to