Condividi tramite


IAzureBackupDiscreteRecoveryPoint.RecoveryPointState Property

Definition

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

Applies to