WorkloadsExtensions.SapSupportedSkuAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtenha uma lista de SKUs compatíveis com SAP para ASCS, camada de aplicativo e banco de dados.
- Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getSapSupportedSku
- Operação IdSAPSupportedSku
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult>> SapSupportedSkuAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent content = default, System.Threading.CancellationToken cancellationToken = default);
static member SapSupportedSkuAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult>>
<Extension()>
Public Function SapSupportedSkuAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional content As SapSupportedSkusContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SapSupportedResourceSkusResult))
Parâmetros
- subscriptionResource
- SubscriptionResource
A SubscriptionResource instância na qual o método será executado.
- location
- AzureLocation
O nome da região do Azure.
- content
- SapSupportedSkusContent
Corpo da solicitação de SKU com suporte do SAP.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.