Method | Description | |
---|---|---|
AddIpsToSqlFirewallFromCloudService ( string cloudServiceName, bool removeAllOtherRules = true, DeploymentSlot slot = DeploymentSlot.Production ) : void |
Adds IP addresses to the WASD firewall for a
|
|
DeleteDatabase ( string name, bool deleteServerIfLastDatabase = true ) : void |
Deletes a database and also deletes the server if the database is the last one
|
|
SqlDatabaseClient ( string subscriptionId, |
Constructs a SqlDatabase client used to manipulate WASD
|
Method | Description | |
---|---|---|
CheckLoginCredentials ( ) : void |
Checks that the login credentials for the server have been set
|
|
ExecuteCommand ( |
Executes a set of commands against a Sql database
|
|
ExecuteCountCommand ( |
Executes a count command against a table
|
|
GetConnection ( string dbName ) : |
Gets a connection to a Sql Database
|
public AddIpsToSqlFirewallFromCloudService ( string cloudServiceName, bool removeAllOtherRules = true, DeploymentSlot slot = DeploymentSlot.Production ) : void | ||
cloudServiceName | string | |
removeAllOtherRules | bool | |
slot | DeploymentSlot | |
return | void |
public DeleteDatabase ( string name, bool deleteServerIfLastDatabase = true ) : void | ||
name | string | |
deleteServerIfLastDatabase | bool | |
return | void |
public SqlDatabaseClient ( string subscriptionId, |
||
subscriptionId | string | |
managementCertificate | ||
serverName | string | |
return | System |