SqlDatabaseData.PerformCutover Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET