ServiceFabricManagedClustersExtensions.GetManagedUnsupportedVmSize 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 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}
- IdmanagedUnsupportedVMSizes_Get de operação
public static Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize> GetManagedUnsupportedVmSize (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string vmSize, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedUnsupportedVmSize : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize>
<Extension()>
Public Function GetManagedUnsupportedVmSize (subscriptionResource As SubscriptionResource, location As AzureLocation, vmSize As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceFabricManagedUnsupportedVmSize)
Parâmetros
- subscriptionResource
- SubscriptionResource
A SubscriptionResource instância na qual 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 era esperado que não estivesse vazio.
vmSize
é nulo.