Property | Type | Description | |
---|---|---|---|
CreateServerDataServiceContext | IServerDataServiceContext | ||
GetManageUrl | |||
GetServerDataServiceByCertAuth | |||
GetServerDataServiceBySqlAuth | IServerDataServiceContext | ||
GetServerName | string | ||
GetSqlAuthCredentials | Microsoft.WindowsAzure.Commands.SqlDatabase.Services.Common.SqlAuthenticationCredentials |
Method | Description | |
---|---|---|
ExecuteCmdlet ( ) : void |
Process the command.
|
Method | Description | |
---|---|---|
CreateServerDataServiceContext ( string serverName, |
Creates a new operation context based on the Cmdlet's parameter set and the manageUrl.
|
|
GetManageUrl ( string parameterSetName ) : |
Obtain the ManageUrl based on the Cmdlet's parameter set.
|
|
GetServerDataServiceByCertAuth ( string serverName, |
Connect to Azure SQL Server using certificate authentication.
|
|
GetServerDataServiceBySqlAuth ( string serverName, |
Connect to a Azure SQL Server with the given ManagementService Uri using SQL authentication credentials.
|
|
GetServerName ( |
Obtain the ServerName based on the Cmdlet's parameter set.
|
|
GetSqlAuthCredentials ( ) : Microsoft.WindowsAzure.Commands.SqlDatabase.Services.Common.SqlAuthenticationCredentials |
Obtain the SQL Authentication Credentials based on the Cmdlet's parameter set.
|