Partager via


ServiceFabricManagedClustersExtensions.GetManagedUnsupportedVmSizeAsync Méthode

Définition

Obtenez une taille de machine virtuelle non prise en charge pour les clusters managés Service Fabric.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes/{vmSize}
  • IdmanagedUnsupportedVMSizes_Get d’opération
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))

Paramètres

subscriptionResource
SubscriptionResource

Instance SubscriptionResource sur laquelle la méthode s’exécute.

location
AzureLocation

Emplacement des versions de code du cluster. Ceci est différent de l’emplacement du cluster.

vmSize
String

Nom de la taille de machine virtuelle.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

vmSize est une chaîne vide et devait être non vide.

vmSize a la valeur null.

S’applique à