Freigeben über


ClusterVersionsOperationsExtensions.ListByEnvironmentAsync Methode

Definition

Ruft die Liste der Service Fabric-Clustercodeversionen ab, die für die angegebene Umgebung verfügbar sind.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ClusterCodeVersionsListResult> ListByEnvironmentAsync (this Microsoft.Azure.Management.ServiceFabric.IClusterVersionsOperations operations, string location, string environment, System.Threading.CancellationToken cancellationToken = default);
static member ListByEnvironmentAsync : Microsoft.Azure.Management.ServiceFabric.IClusterVersionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.ClusterCodeVersionsListResult>
<Extension()>
Public Function ListByEnvironmentAsync (operations As IClusterVersionsOperations, location As String, environment 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 Clusterstandort.

environment
String

Das Betriebssystem des Clusters. Der Standardwert bedeutet alle. Mögliche Werte: "Windows", "Linux"

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: