次の方法で共有


PrivateCloudsOperationsExtensions.BeginRotateVcenterPasswordAsync メソッド

定義

vCenter パスワードをローテーションする

public static System.Threading.Tasks.Task BeginRotateVcenterPasswordAsync (this Microsoft.Azure.Management.Avs.IPrivateCloudsOperations operations, string resourceGroupName, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);
static member BeginRotateVcenterPasswordAsync : Microsoft.Azure.Management.Avs.IPrivateCloudsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginRotateVcenterPasswordAsync (operations As IPrivateCloudsOperations, resourceGroupName As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IPrivateCloudsOperations

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

resourceGroupName
String

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

privateCloudName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象