Freigeben über


ServiceFabricManagedClustersExtensions.GetManagedUnsupportedVmSizesAsync Methode

Definition

Rufen Sie die Listen der nicht unterstützten VM-Größen für verwaltete Service Fabric-Cluster ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes
  • Vorgangs-IdmanagedUnsupportedVMSizes_List
public static Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize> GetManagedUnsupportedVmSizesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedUnsupportedVmSizesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize>
<Extension()>
Public Function GetManagedUnsupportedVmSizesAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ServiceFabricManagedUnsupportedVmSize)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

location
AzureLocation

Der Speicherort für die Clustercodeversionen. Dies unterscheidet sich vom Clusterspeicherort.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von ServiceFabricManagedUnsupportedVmSize , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: