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