IServerOperations::ChangeAdministratorPasswordAsync Method (String^, ServerChangeAdministratorPasswordParameters^, CancellationToken)

 

Changes the administrative password of an existing Azure SQL Database Server for a given subscription.

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

Task<AzureOperationResponse^>^ ChangeAdministratorPasswordAsync(
	String^ serverName,
	ServerChangeAdministratorPasswordParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

serverName
Type: System::String^

The name of the Azure SQL Database Server that will have the administrator password changed.

parameters
Type: Microsoft.WindowsAzure.Management.Sql.Models::ServerChangeAdministratorPasswordParameters^

The necessary parameters for modifying the adminstrator password for a server.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<AzureOperationResponse^>^

Represents a standard service response including an HTTP status code and request ID.

Return to top
Show: