次の方法で共有


ClustersOperationsExtensions.CreateOrUpdate メソッド

定義

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

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

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

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

privateCloudName
String

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

clusterName
String

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

cluster
Cluster

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

戻り値

適用対象