Freigeben über


ServiceFabricManagedClustersExtensions.GetManagedClusterVersionsAsync Methode

Definition

Ruft alle verfügbaren Codeversionen für Service Fabric-Clusterressourcen nach Speicherort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions
  • Vorgang IdManagedClusterVersion_List
public static Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion> GetManagedClusterVersionsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedClusterVersionsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion>
<Extension()>
Public Function GetManagedClusterVersionsAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ServiceFabricManagedClusterVersion)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

location
AzureLocation

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ServiceFabricManagedClusterVersion mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: