< Back

Get-AzureRmSqlElasticPoolActivity

Tue Jan 29, 2019 10:08 pm

NAME Get-AzureRmSqlElasticPoolActivity



SYNOPSIS

Gets the status of operations on an elastic pool.





SYNTAX

Get-AzureRmSqlElasticPoolActivity [-ResourceGroupName] <String> [-ServerName] <String> [-ElasticPoolName] <String> [-DefaultProfile

<IAzureContextContainer>] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmSqlElasticPoolActivity cmdlet gets the status of operations on an elastic pool for an Azure SQL Database. You can see the status of

both pool creation and configuration updates.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ElasticPoolName <String>

Specifies the name of an elastic pool.



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of a resource group to which the elastic pool is assigned.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ServerName <String>

Specifies the name of a server that contains an elastic pool.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel







NOTES









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



PS C:\\>Get-AzureRmSqlElasticPoolActivity -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -ElasticPoolName "ElasticPool01"



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







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... olactivity

Get-AzureRmSqlElasticPool

Get-AzureRmSqlElasticPoolDatabase

New-AzureRmSqlElasticPool

Remove-AzureRmSqlElasticPool

Set-AzureRmSqlElasticPool