次の方法で共有


DatastoresOperationsExtensions.CreateOrUpdate メソッド

定義

プライベート クラウド クラスターでデータストアを作成または更新する

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

パラメーター

operations
IDatastoresOperations

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

resourceGroupName
String

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

privateCloudName
String

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

clusterName
String

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

datastoreName
String

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

datastore
Datastore

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

戻り値

適用対象