Compartilhar via


RecoveryPointTierInformation Construtores

Definição

Sobrecargas

RecoveryPointTierInformation()

Inicializa uma nova instância da classe RecoveryPointTierInformation.

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

Inicializa uma nova instância da classe RecoveryPointTierInformation.

RecoveryPointTierInformation()

Inicializa uma nova instância da classe RecoveryPointTierInformation.

public RecoveryPointTierInformation ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe RecoveryPointTierInformation.

public RecoveryPointTierInformation (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.RecoveryPointTierInformation : 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.RecoveryPointTierInformation
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