Freigeben über


ClusterVersionsOperationsExtensions.ListAsync Methode

Definition

Ruft die Liste der Service Fabric-Clustercodeversionen ab, die für den angegebenen Speicherort verfügbar sind.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ClusterCodeVersionsListResult> ListAsync (this Microsoft.Azure.Management.ServiceFabric.IClusterVersionsOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ServiceFabric.IClusterVersionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ClusterCodeVersionsListResult>
<Extension()>
Public Function ListAsync (operations As IClusterVersionsOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ClusterCodeVersionsListResult)

Parameter

operations
IClusterVersionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: