Share via


PlacementPoliciesOperationsExtensions.ListAsync Method

Definition

List placement policies in a private cloud cluster

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))

Parameters

operations
IPlacementPoliciesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

privateCloudName
String

Name of the private cloud

clusterName
String

Name of the cluster in the private cloud

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to