RecoveryPointTierInformation.Type Property

Definition

Gets or sets recovery point tier type. Possible values include: 'Invalid', 'InstantRP', 'HardenedRP', 'ArchivedRP'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType> with get, set
Public Property Type As Nullable(Of RecoveryPointTierType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to