Compartilhar via


RecoveryPointTierInformationV2 Construtores

Definição

Sobrecargas

RecoveryPointTierInformationV2()

Inicializa uma nova instância da classe RecoveryPointTierInformationV2.

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

Inicializa uma nova instância da classe RecoveryPointTierInformationV2.

RecoveryPointTierInformationV2()

Inicializa uma nova instância da classe RecoveryPointTierInformationV2.

public RecoveryPointTierInformationV2 ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe RecoveryPointTierInformationV2.

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)

Parâmetros

type
Nullable<RecoveryPointTierType>

Tipo de camada de ponto de recuperação. Os valores possíveis incluem: 'Invalid', 'InstantRP', 'HardenedRP', 'ArchivedRP'

status
Nullable<RecoveryPointTierStatus>

Camada de ponto de recuperação status. Os valores possíveis incluem: 'Invalid', 'Valid', 'Disabled', 'Deleted', 'Rehydrated'

extendedInfo
IDictionary<String,String>

Camada de ponto de recuperação status.

Aplica-se a