Share via


ServerCreateParameters.AdministratorPassword Property

 

Required. Gets or sets the administrator password for the new server.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public string AdministratorPassword { get; set; }
public:
property String^ AdministratorPassword {
    String^ get();
    void set(String^ value);
}
member AdministratorPassword : string with get, set
Public Property AdministratorPassword As String

Property Value

Type: System.String

See Also

ServerCreateParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top