Get-AzureSqlElasticPoolActivity

Get-AzureSqlElasticPoolActivity

Gets the status of operations on an elastic pool.

Syntax

Parameter Set: Default
Get-AzureSqlElasticPoolActivity [-ResourceGroupName] <System.String> [-ServerName] <System.String> [-ElasticPoolName] <System.String> [-Profile <Microsoft.Azure.Common.Authentication.Models.AzureProfile> ] 

Detailed Description

The Get-AzureSqlElasticPoolActivity cmdlet gets the status of operations on an elastic pool in Azure SQL Database. You can see status of pool creation and configuration updates.

Parameters

-ElasticPoolName<System.String>

Specifies the name of an elastic pool. This cmdlet gets status for the pool that this parameter specifies.

Aliases

none

Required?

true

Position?

3

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-Profile<Microsoft.Azure.Common.Authentication.Models.AzureProfile>

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ResourceGroupName<System.String>

Specifies the name of a resource group that contains an elastic pool. This cmdlet gets status for a pool in the resource group that this parameter specifies.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-ServerName<System.String>

Specifies the name of a server that contains an elastic pool. This cmdlet gets status for a pool on the server that this parameter specifies.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String

Outputs

The output type is the type of the objects that the cmdlet emits.

  • System.Object

Notes

  • This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters.

Examples

Example 1: Get the status of operations for an elastic pool

This command gets the status of the operations for the elastic pool named ElasticPool27.

PS C:\> Get-AzureSqlElasticPoolActivity -ResourceGroupName "ResourceGroup11" -ServerName "Server01" -ElasticPoolName "ElasticPool27"

Azure SQL Database

Get-AzureSqlElasticPool

Get-AzureSqlElasticPoolDatabase

Get-AzureSqlElasticPoolDatabaseActivity

New-AzureSqlElasticPool

Remove-AzureSqlElasticPool

Set-AzureSqlElasticPool