你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlDatabase.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 Azure.Provisioning.BicepValue<bool> PerformCutover { get; set; }
member this.PerformCutover : Azure.Provisioning.BicepValue<bool> with get, set
Public Property PerformCutover As BicepValue(Of Boolean)

Property Value

Applies to