Freigeben über


PlacementPoliciesOperationsExtensions.ListAsync Methode

Definition

Auflisten von Platzierungsrichtlinien in einem privaten Cloudcluster

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.PlacementPolicy>> ListAsync (this Microsoft.Azure.Management.Avs.IPlacementPoliciesOperations operations, string resourceGroupName, string privateCloudName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Avs.IPlacementPoliciesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.PlacementPolicy>>
<Extension()>
Public Function ListAsync (operations As IPlacementPoliciesOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PlacementPolicy))

Parameter

operations
IPlacementPoliciesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

privateCloudName
String

Name der privaten Cloud

clusterName
String

Name des Clusters in der privaten Cloud

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: