RecoveryPointTierInformation Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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
Azure SDK for .NET