次の方法で共有


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

プライベート クラウドの名前

戻り値

適用対象