IAzureBackupDiscreteRecoveryPoint.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.Runtime.Info(Description="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).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RecoveryPointCompletionState) }, ReadOnly=false, Required=false, SerializedName="recoveryPointState")]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RecoveryPointCompletionState? RecoveryPointState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="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).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RecoveryPointCompletionState) }, ReadOnly=false, Required=false, SerializedName="recoveryPointState")>]
member this.RecoveryPointState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RecoveryPointCompletionState> with get, set
Public Property RecoveryPointState As Nullable(Of RecoveryPointCompletionState)
Property Value
- Attributes