Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Stop-AzSqlDatabaseActivity

Module:
Az.Sql Module

Cancels the asynchronous updates operation on the database.

Syntax

Default (Default)

Stop-AzSqlDatabaseActivity
 [-ServerName] <String>
 [-ElasticPoolName <String>]
 -DatabaseName <String>
 [-OperationId <Guid>]
 [-ResourceGroupName] <String>
 [-DefaultProfile <IAzureContextContainer>]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

Description

The Stop-AzSqlDatabaseActivity cmdlet cancels the asynchronous updates operation on the database.

Examples

Example 1: Cancel the asynchronous updates operation on the database

Stop-AzSqlDatabaseActivity -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01" -OperationId af97005d-9243-4f8a-844e-402d1cc855f5
OperationId : af97005d-9243-4f8a-844e-402d1cc855f5
ServerName : Server01
DatabaseName : Database01
State : CANCELLED
Operation : UpdateLogicalDatabase
ErrorCode :
ErrorMessage :
ErrorSeverity :
StartTime : 10/15/2017 02:49:42 PM
EndTime : 10/15/2017 02:49:43 PM
PercentComplete :
Properties : Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState

This command cancels the asynchronous updates operation on the database.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

-DatabaseName

Specifies the name of the database for which this cmdlet gets status.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-DefaultProfile

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

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

-ElasticPoolName

The name of the Azure SQL Elastic Pool.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-OperationId

Specifies the ID of the operation that this cmdlet gets.

Parameter properties

Type:

Nullable<T>[Guid]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ResourceGroupName

Specifies the name of the resource group to which the database is assigned.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ServerName

Specifies the name of the Microsoft SQL Server that hosts the database.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-WhatIf

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

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

CommonParameters

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

Inputs

String

Nullable<T>

Outputs

AzureSqlDatabaseActivityModel


Feedback

Was this page helpful?