IBackupInstance.CurrentProtectionState 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.
Specifies the current protection state of the resource
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Specifies the current protection state of the resource", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState) }, ReadOnly=true, Required=false, SerializedName="currentProtectionState")]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState? CurrentProtectionState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Specifies the current protection state of the resource", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState) }, ReadOnly=true, Required=false, SerializedName="currentProtectionState")>]
member this.CurrentProtectionState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState>
Public ReadOnly Property CurrentProtectionState As Nullable(Of CurrentProtectionState)
Property Value
- Attributes