Share via


PlacementPoliciesOperationsExtensions.List Method

Definition

List placement policies in a private cloud cluster

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.PlacementPolicy> List (this Microsoft.Azure.Management.Avs.IPlacementPoliciesOperations operations, string resourceGroupName, string privateCloudName, string clusterName);
static member List : Microsoft.Azure.Management.Avs.IPlacementPoliciesOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.PlacementPolicy>
<Extension()>
Public Function List (operations As IPlacementPoliciesOperations, resourceGroupName As String, privateCloudName As String, clusterName As String) As 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

Returns

Applies to