Share via


MockableWorkloadsSubscriptionResource.SapSupportedSkuAsync 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
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult>> SapSupportedSkuAsync (Azure.Core.AzureLocation location, Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SapSupportedSkuAsync : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult>>
override this.SapSupportedSkuAsync : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult>>
Public Overridable Function SapSupportedSkuAsync (location As AzureLocation, Optional content As SapSupportedSkusContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SapSupportedResourceSkusResult))

Parameters

location
AzureLocation

The name of Azure region.

content
SapSupportedSkusContent

SAP Supported SKU Request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to