次の方法で共有


PrivateCloudsOperationsExtensions.BeginUpdate メソッド

定義

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

public static Microsoft.Azure.Management.Avs.Models.PrivateCloud BeginUpdate (this Microsoft.Azure.Management.Avs.IPrivateCloudsOperations operations, string resourceGroupName, string privateCloudName, Microsoft.Azure.Management.Avs.Models.PrivateCloudUpdate privateCloudUpdate);
static member BeginUpdate : Microsoft.Azure.Management.Avs.IPrivateCloudsOperations * string * string * Microsoft.Azure.Management.Avs.Models.PrivateCloudUpdate -> Microsoft.Azure.Management.Avs.Models.PrivateCloud
<Extension()>
Public Function BeginUpdate (operations As IPrivateCloudsOperations, resourceGroupName As String, privateCloudName As String, privateCloudUpdate As PrivateCloudUpdate) As PrivateCloud

パラメーター

operations
IPrivateCloudsOperations

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

resourceGroupName
String

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

privateCloudName
String

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

privateCloudUpdate
PrivateCloudUpdate

更新するプライベート クラウドのプロパティ

戻り値

適用対象