Share via


PrivateCloudsOperationsExtensions.RotateNsxtPassword Method

Definition

Rotate the NSX-T Manager password

public static void RotateNsxtPassword (this Microsoft.Azure.Management.Avs.IPrivateCloudsOperations operations, string resourceGroupName, string privateCloudName);
static member RotateNsxtPassword : Microsoft.Azure.Management.Avs.IPrivateCloudsOperations * string * string -> unit
<Extension()>
Public Sub RotateNsxtPassword (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