次の方法で共有


ClustersOperationsExtensions.Get メソッド

定義

プライベート クラウドで名前でクラスターを取得する

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

パラメーター

operations
IClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

privateCloudName
String

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

clusterName
String

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

戻り値

適用対象