次の方法で共有


ClustersOperationsExtensions.BeginUpdate メソッド

定義

プライベート クラウドでクラスターを更新する

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

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

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

privateCloudName
String

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

clusterName
String

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

clusterUpdate
ClusterUpdate

更新するクラスターのプロパティ

戻り値

適用対象