Freigeben über


ServiceFabricExtensions.GetClusterVersions Methode

Definition

Überlädt

GetClusterVersions(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
GetClusterVersions(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

GetClusterVersions(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.Pageable<Azure.ResourceManager.ServiceFabric.Models.ClusterCodeVersionsResult> GetClusterVersions (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetClusterVersions : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabric.Models.ClusterCodeVersionsResult>
<Extension()>
Public Function GetClusterVersions (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 Sammlung von ClusterCodeVersionsResult , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für:

GetClusterVersions(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.Pageable<Azure.ResourceManager.ServiceFabric.Models.ClusterCodeVersionsResult> GetClusterVersions (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string clusterVersion, System.Threading.CancellationToken cancellationToken = default);
static member GetClusterVersions : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabric.Models.ClusterCodeVersionsResult>
<Extension()>
Public Function GetClusterVersions (subscriptionResource As SubscriptionResource, location As AzureLocation, clusterVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 Sammlung 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: