Share via


PrivateCloudsOperationsExtensions.RotateVcenterPassword Method

Definition

Rotate the vCenter password

public static void RotateVcenterPassword (this Microsoft.Azure.Management.Avs.IPrivateCloudsOperations operations, string resourceGroupName, string privateCloudName);
static member RotateVcenterPassword : Microsoft.Azure.Management.Avs.IPrivateCloudsOperations * string * string -> unit
<Extension()>
Public Sub RotateVcenterPassword (operations As IPrivateCloudsOperations, resourceGroupName As String, privateCloudName As String)

Parameters

operations
IPrivateCloudsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

privateCloudName
String

Name of the private cloud

Applies to