Partilhar via


ServiceFabricManagedClustersExtensions.GetManagedUnsupportedVmSizeAsync Método

Definição

Obtenha o tamanho da VM sem suporte para Clusters Gerenciados do Service Fabric.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes/{vmSize}
  • Operação IdmanagedUnsupportedVMSizes_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize>> GetManagedUnsupportedVmSizeAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string vmSize, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedUnsupportedVmSizeAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize>>
<Extension()>
Public Function GetManagedUnsupportedVmSizeAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, vmSize As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServiceFabricManagedUnsupportedVmSize))

Parâmetros

subscriptionResource
SubscriptionResource

A SubscriptionResource instância em que o método será executado.

location
AzureLocation

O local para as versões de código do cluster. Isso é diferente do local do cluster.

vmSize
String

Nome do tamanho da VM.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

vmSize é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

vmSize é nulo.

Aplica-se a