Share via


WorkloadsSapVirtualInstanceExtensions.GetSapSupportedSkuSapVirtualInstance 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 Azure.Response<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSupportedResourceSkusResult> GetSapSupportedSkuSapVirtualInstance(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation ___location, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSupportedSkusContent content, System.Threading.CancellationToken cancellationToken = default);
static member GetSapSupportedSkuSapVirtualInstance : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSupportedSkusContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSupportedResourceSkusResult>
<Extension()>
Public Function GetSapSupportedSkuSapVirtualInstance (subscriptionResource As SubscriptionResource, ___location As AzureLocation, content As SapSupportedSkusContent, 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 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