AzureBackupDiscreteRecoveryPoint.RecoveryPointState 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 recovery point completeness. Partial (i.e., only some of the intended items were backed up), or Completed (i.e., ALL intended items were backed up).
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Origin(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RecoveryPointCompletionState? RecoveryPointState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Origin(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PropertyOrigin.Owned)>]
member this.RecoveryPointState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RecoveryPointCompletionState> with get, set
Public Property RecoveryPointState As Nullable(Of RecoveryPointCompletionState)
Property Value
Implements
- Attributes