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

IDisableProtectionInputProperties.DisableProtectionReason Property

Definition

Disable protection reason. It can have values NotSpecified/MigrationComplete.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Disable protection reason. It can have values NotSpecified/MigrationComplete.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DisableProtectionReason) }, ReadOnly=false, Required=false, SerializedName="disableProtectionReason")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DisableProtectionReason? DisableProtectionReason { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Disable protection reason. It can have values NotSpecified/MigrationComplete.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DisableProtectionReason) }, ReadOnly=false, Required=false, SerializedName="disableProtectionReason")>]
member this.DisableProtectionReason : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DisableProtectionReason> with get, set
Public Property DisableProtectionReason As Nullable(Of DisableProtectionReason)

Property Value

Attributes

Applies to