Freigeben über


ServiceFabricExtensions.GetClusterVersionsAsync Methode

Definition

Überlädt

GetClusterVersionsAsync(SubscriptionResource, AzureLocation, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions
  • Vorgangs-IdClusterVersions_List
GetClusterVersionsAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft Informationen zu einer verfügbaren Codeversion des Service Fabric-Clusters ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}
  • Vorgangs-IdClusterVersions_Get

GetClusterVersionsAsync(SubscriptionResource, AzureLocation, CancellationToken)

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

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

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 ClusterCodeVersionsResult , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für:

GetClusterVersionsAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft Informationen zu einer verfügbaren Codeversion des Service Fabric-Clusters ab.

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

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

location
AzureLocation

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

clusterVersion
String

Die Clustercodeversion

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Ausnahmen

clusterVersion ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

clusterVersion ist NULL.

Gilt für: