次の方法で共有


CassandraClustersOperationsExtensions.Get メソッド

定義

マネージド Cassandra クラスターのプロパティを取得します。

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

パラメーター

operations
ICassandraClustersOperations

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

resourceGroupName
String

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

clusterName
String

マネージド Cassandra クラスター名。

戻り値

適用対象