共用方式為


ClustersOperationsExtensions.List(IClustersOperations, String, String) 方法

定義

列出私人雲端中的叢集

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.Cluster> List (this Microsoft.Azure.Management.Avs.IClustersOperations operations, string resourceGroupName, string privateCloudName);
static member List : Microsoft.Azure.Management.Avs.IClustersOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.Cluster>
<Extension()>
Public Function List (operations As IClustersOperations, resourceGroupName As String, privateCloudName As String) As IPage(Of Cluster)

參數

operations
IClustersOperations

這個擴充方法的作業群組。

resourceGroupName
String

資源群組的名稱。 名稱不區分大小寫。

privateCloudName
String

私人雲端的名稱

傳回

適用於