IProtectedItemModelProperties.ProtectionState 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.
Gets or sets the protection state.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the protection state.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState) }, ReadOnly=true, Required=false, SerializedName="protectionState")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState? ProtectionState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the protection state.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState) }, ReadOnly=true, Required=false, SerializedName="protectionState")>]
member this.ProtectionState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState>
Public ReadOnly Property ProtectionState As Nullable(Of ProtectionState)
Property Value
- Attributes