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


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