Property | Type | Description | |
---|---|---|---|
GetDatabase | |||
GetDatabaseExpanded | |||
ListDatabaseActivity | IEnumerable |
||
ListDatabases | ICollection |
||
ListDatabasesExpanded | ICollection |
||
UpsertDatabase |
Method | Description | |
---|---|---|
AzureSqlDatabaseAdapter ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models |
Constructs a database adapter
|
|
CreateDatabaseModelFromResponse ( string resourceGroup, string serverName, Management database ) : |
Converts the response from the service to a powershell database object
|
|
CreateExpandedDatabaseModelFromResponse ( string resourceGroup, string serverName, Management database ) : |
Converts the response from the service to a powershell database object
|
|
GetServerLocation ( string resourceGroupName, string serverName ) : string |
Gets the Location of the server.
|
|
RemoveDatabase ( string resourceGroupName, string serverName, string databaseName ) : void |
Deletes a database
|
Method | Description | |
---|---|---|
GetDatabase ( string resourceGroupName, string serverName, string databaseName ) : |
Gets an Azure Sql Database by name.
|
|
GetDatabaseExpanded ( string resourceGroupName, string serverName, string databaseName ) : |
Gets an Azure Sql Database by name with additional information.
|
|
ListDatabaseActivity ( string resourceGroupName, string serverName, string elasticPoolName, string databaseName, System.Guid operationId ) : IEnumerable |
||
ListDatabases ( string resourceGroupName, string serverName ) : ICollection |
Gets a list of Azure Sql Databases.
|
|
ListDatabasesExpanded ( string resourceGroupName, string serverName ) : ICollection |
Gets a list of Azure Sql Databases with additional information.
|
|
UpsertDatabase ( string resourceGroup, string serverName, |
Creates or updates an Azure Sql Database.
|
public AzureSqlDatabaseAdapter ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models | ||
context | Microsoft.Azure.Common.Authentication.Models.AzureContext | |
return | Microsoft.Azure.Commands.Common.Authentication.Models |
public static CreateDatabaseModelFromResponse ( string resourceGroup, string serverName, Management database ) : |
||
resourceGroup | string | The resource group the server is in |
serverName | string | The name of the Azure Sql Database Server |
database | Management | The service response |
return |
public static CreateExpandedDatabaseModelFromResponse ( string resourceGroup, string serverName, Management database ) : |
||
resourceGroup | string | The resource group the server is in |
serverName | string | The name of the Azure Sql Database Server |
database | Management | The service response |
return |
public GetServerLocation ( string resourceGroupName, string serverName ) : string | ||
resourceGroupName | string | The resource group the server is in |
serverName | string | The name of the server |
return | string |
public RemoveDatabase ( string resourceGroupName, string serverName, string databaseName ) : void | ||
resourceGroupName | string | The resource group the server is in |
serverName | string | The name of the Azure Sql Database Server |
databaseName | string | The name of the Azure Sql Database to delete |
return | void |