Stop-AzureSqlServerUpgrade

Stop-AzureSqlServerUpgrade

Stops the upgrade of an Azure SQL Database server.

Syntax

Parameter Set: Default
Stop-AzureSqlServerUpgrade [-ResourceGroupName] <String> -ServerName <String> [-Force] [-Profile <AzureProfile> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Stop-AzureSqlServerUpgrade cmdlet stops the upgrade of an Azure SQL Database server.

Parameters

-Force

Forces the command to run without asking for user confirmation.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Profile<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<String>

Specifies the name of the resource group in which this cmdlet stops the upgrade of a server.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-ServerName<String>

Specifies the name of the server for which this cmdlet stops an upgrade.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

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: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see    about_CommonParameters.

Inputs

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

Outputs

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

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: Stop a server upgrade

This command stops the request to upgrade the server named Server02 in the resource group named ResourceGroup11.

PS C:\> Stop-AzureSqlServerUpgrade -ResourceGroupName "ResourceGroup11" -ServerName "Server02"

Get-AzureSqlServerUpgrade

Start-AzureSqlServerUpgrade