ServerChangeAdministratorPasswordParameters Constructors

Definition

Overloads

ServerChangeAdministratorPasswordParameters()

Initializes a new instance of the ServerChangeAdministratorPasswordParameters class.

ServerChangeAdministratorPasswordParameters(String)

Initializes a new instance of the ServerChangeAdministratorPasswordParameters class with required arguments.

ServerChangeAdministratorPasswordParameters()

Initializes a new instance of the ServerChangeAdministratorPasswordParameters class.

public ServerChangeAdministratorPasswordParameters ();
Public Sub New ()

Applies to

ServerChangeAdministratorPasswordParameters(String)

Initializes a new instance of the ServerChangeAdministratorPasswordParameters class with required arguments.

public ServerChangeAdministratorPasswordParameters (string newPassword);
new Microsoft.WindowsAzure.Management.Sql.Models.ServerChangeAdministratorPasswordParameters : string -> Microsoft.WindowsAzure.Management.Sql.Models.ServerChangeAdministratorPasswordParameters
Public Sub New (newPassword As String)

Parameters

newPassword
String

Applies to