Share via


WorkloadsSapVirtualInstanceExtensions.GetSapSupportedSkuSapVirtualInstanceAsync 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: SAPVirtualInstances_GetSapSupportedSku
  • Default Api Version: 2024-09-01
  • Resource: SapVirtualInstanceResource
<item>MockingTo mock this method, please mock GetSapSupportedSkuSapVirtualInstance(AzureLocation, SapSupportedSkusContent, CancellationToken) instead.</item>
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSupportedResourceSkusResult>> GetSapSupportedSkuSapVirtualInstanceAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation ___location, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSupportedSkusContent content, System.Threading.CancellationToken cancellationToken = default);
static member GetSapSupportedSkuSapVirtualInstanceAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSupportedSkusContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSupportedResourceSkusResult>>
<Extension()>
Public Function GetSapSupportedSkuSapVirtualInstanceAsync (subscriptionResource As SubscriptionResource, ___location As AzureLocation, content As SapSupportedSkusContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SapSupportedResourceSkusResult))

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

___location
AzureLocation

The name of the Azure region.

content
SapSupportedSkusContent

The content of the action request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource or content is null.

Applies to