Property | Type | Description | |
---|---|---|---|
CreateServerDataServiceContext | IServerDataServiceContext | ||
GetManageUrl | |||
GetServerDataServiceBySqlAuth | Microsoft.WindowsAzure.Management.SqlDatabase.Services.Server.ServerDataServiceSqlAuth | ||
GetServerName | string | ||
GetSqlAuthCredentials | Microsoft.WindowsAzure.Management.SqlDatabase.Services.Common.SqlAuthenticationCredentials |
Method | Description | |
---|---|---|
ProcessRecord ( ) : void |
Execute 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.
|
|
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.Management.SqlDatabase.Services.Common.SqlAuthenticationCredentials |
Obtain the SqlAuthentication Credentials based on the Cmdlet's parameter set.
|