RecoveryPointTierInformationV2 Constructors

Definition

Overloads

RecoveryPointTierInformationV2()

Initializes a new instance of the RecoveryPointTierInformationV2 class.

RecoveryPointTierInformationV2(Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierStatus>, IDictionary<String,String>)

Initializes a new instance of the RecoveryPointTierInformationV2 class.

RecoveryPointTierInformationV2()

Initializes a new instance of the RecoveryPointTierInformationV2 class.

public RecoveryPointTierInformationV2 ();
Public Sub New ()

Applies to

RecoveryPointTierInformationV2(Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierStatus>, IDictionary<String,String>)

Initializes a new instance of the RecoveryPointTierInformationV2 class.

public RecoveryPointTierInformationV2 (Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType? type = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierStatus? status = default, System.Collections.Generic.IDictionary<string,string> extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2 : Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType> * Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierStatus> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2
Public Sub New (Optional type As Nullable(Of RecoveryPointTierType) = Nothing, Optional status As Nullable(Of RecoveryPointTierStatus) = Nothing, Optional extendedInfo As IDictionary(Of String, String) = Nothing)

Parameters

type
Nullable<RecoveryPointTierType>

Recovery point tier type. Possible values include: 'Invalid', 'InstantRP', 'HardenedRP', 'ArchivedRP'

status
Nullable<RecoveryPointTierStatus>

Recovery point tier status. Possible values include: 'Invalid', 'Valid', 'Disabled', 'Deleted', 'Rehydrated'

extendedInfo
IDictionary<String,String>

Recovery point tier status.

Applies to