Share via


SqlDatabasePatch.PerformCutover Property

Definition

To trigger customer controlled manual cutover during the wait state while Scaling operation is in progress.

This property parameter is only applicable for scaling operations that are initiated along with 'manualCutover' parameter.

This property is only applicable when scaling database from Business Critical/General Purpose/Premium/Standard tier to Hyperscale tier is already in progress.

When performCutover is specified, the scaling operation will trigger cutover and perform role-change to Hyperscale database.

public bool? PerformCutover { get; set; }
member this.PerformCutover : Nullable<bool> with get, set
Public Property PerformCutover As Nullable(Of Boolean)

Property Value

Applies to