ServerOperationsExtensions::ChangeAdministratorPasswordAsync Method (IServerOperations^, String^, ServerChangeAdministratorPasswordParameters^)
Changes the administrative password of an existing Azure SQL Database Server for a given subscription.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
public: [ExtensionAttribute] static Task<AzureOperationResponse^>^ ChangeAdministratorPasswordAsync( IServerOperations^ operations, String^ serverName, ServerChangeAdministratorPasswordParameters^ parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Sql::IServerOperations^
Reference to the Microsoft.WindowsAzure.Management.Sql.IServerOperations.
- serverName
-
Type:
System::String^
Required. The name of the Azure SQL Database Server that will have the administrator password changed.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Sql.Models::ServerChangeAdministratorPasswordParameters^
Required. The necessary parameters for modifying the adminstrator password for a server.
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: