MoveRPAcrossTiersRequest.SourceTierType Property

Definition

Gets or sets source tier from where RP needs to be moved. Possible values include: 'Invalid', 'InstantRP', 'HardenedRP', 'ArchivedRP'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to