次の方法で共有


DatastoresOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
IDatastoresOperations

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

resourceGroupName
String

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

privateCloudName
String

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

clusterName
String

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

datastoreName
String

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

戻り値

適用対象