IDisableProtectionInputProperties.DisableProtectionReason 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.
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