Свойство | Type | Description | |
---|---|---|---|
CreateActivityModelFromResponse | |||
CreateDatabaseActivityModelFromResponse | |||
CreateElasticPoolModelFromResponse | |||
GetElasticPool | |||
GetElasticPoolActivity | IList |
||
ListElasticPoolDatabaseActivity | IList |
||
ListElasticPoolDatabases | ICollection |
||
ListElasticPools | ICollection |
||
UpsertElasticPool |
Méthode | Description | |
---|---|---|
AzureSqlElasticPoolAdapter ( |
Constructs a database adapter
|
|
GetElasticPoolDatabase ( string resourceGroupName, string serverName, string poolName, string databaseName ) : |
Gets a database in an elastic pool
|
|
GetServerLocation ( string resourceGroupName, string serverName ) : string |
Gets the Location of the server.
|
|
RemoveElasticPool ( string resourceGroupName, string serverName, string databaseName ) : void |
Deletes a database
|
Méthode | Description | |
---|---|---|
CreateActivityModelFromResponse ( Microsoft.Azure.Management.Sql.Models.ElasticPoolActivity model ) : |
Converts a ElascitPoolAcitivy model to the powershell model.
|
|
CreateDatabaseActivityModelFromResponse ( Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivity model ) : |
Converts a model received from the server to a powershell model
|
|
CreateElasticPoolModelFromResponse ( string resourceGroup, string serverName, Management pool ) : |
Converts the response from the service to a powershell database object
|
|
GetElasticPool ( string resourceGroupName, string serverName, string poolName ) : |
Gets an Azure Sql Database ElasticPool by name.
|
|
GetElasticPoolActivity ( string resourceGroupName, string serverName, string poolName ) : IList |
Gets a list of Elastic Pool Activity
|
|
ListElasticPoolDatabaseActivity ( string resourceGroupName, string serverName, string poolName ) : IList |
Gets a list of Elastic Pool Database Activity
|
|
ListElasticPoolDatabases ( string resourceGroupName, string serverName, string poolName ) : ICollection |
Gets a list of Azure Sql Databases in an ElasticPool.
|
|
ListElasticPools ( string resourceGroupName, string serverName ) : ICollection |
Gets a list of Azure Sql Databases ElasticPool.
|
|
UpsertElasticPool ( |
Creates or updates an Azure Sql Database ElasticPool.
|
public AzureSqlElasticPoolAdapter ( |
||
context | ||
Résultat | Microsoft.Azure.Commands.Common.Authentication.Models |
public GetElasticPoolDatabase ( string resourceGroupName, string serverName, string poolName, string databaseName ) : |
||
resourceGroupName | string | The name of the resource group |
serverName | string | The name of the Azure Sql Database Server |
poolName | string | The name of the Azure Sql Database ElasticPool |
databaseName | string | The name of the database |
Résultat |
public GetServerLocation ( string resourceGroupName, string serverName ) : string | ||
resourceGroupName | string | The resource group the server is in |
serverName | string | The name of the server |
Résultat | string |
public RemoveElasticPool ( 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 |
Résultat | void |