Поделиться через


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

Parameters

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

content is null.

Applies to