ServerChangeAdministratorPasswordParameters Class
Contains all the necessary information to change the administrator password for a server.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
System::Object
Microsoft.WindowsAzure.Management.Sql.Models::ServerChangeAdministratorPasswordParameters
Microsoft.WindowsAzure.Management.Sql.Models::ServerChangeAdministratorPasswordParameters
| Name | Description | |
|---|---|---|
![]() | ServerChangeAdministratorPasswordParameters() | Initializes a new instance of the ServerChangeAdministratorPasswordParameters class. |
![]() | ServerChangeAdministratorPasswordParameters(String^) | Initializes a new instance of the ServerChangeAdministratorPasswordParameters class with required arguments. |
| Name | Description | |
|---|---|---|
![]() | NewPassword | Required. Gets or sets the new password for the administrator. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


