Share via


InMageTestFailoverInput.RecoveryPointType Property

Definition

Gets or sets the recovery point type. Values from LatestTime, LatestTag or Custom. In the case of custom, the recovery point provided by RecoveryPointId will be used. In the other two cases, recovery point id will be ignored. Possible values include: 'LatestTime', 'LatestTag', 'Custom'

[Newtonsoft.Json.JsonProperty(PropertyName="recoveryPointType")]
public string RecoveryPointType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recoveryPointType")>]
member this.RecoveryPointType : string with get, set
Public Property RecoveryPointType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to