DPMProtectedItem 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
DPMProtectedItem() |
Inicializa uma nova instância da classe DPMProtectedItem. |
DPMProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, Nullable<Boolean>, String, String, String, String, DPMProtectedItemExtendedInfo) |
Inicializa uma nova instância da classe DPMProtectedItem. |
DPMProtectedItem()
Inicializa uma nova instância da classe DPMProtectedItem.
public DPMProtectedItem ();
Public Sub New ()
Aplica-se a
DPMProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, Nullable<Boolean>, String, String, String, String, DPMProtectedItemExtendedInfo)
Inicializa uma nova instância da classe DPMProtectedItem.
public DPMProtectedItem (string backupManagementType = default, string workloadType = default, string containerName = default, string sourceResourceId = default, string policyId = default, DateTime? lastRecoveryPoint = default, string backupSetName = default, string createMode = default, DateTime? deferredDeleteTimeInUTC = default, bool? isScheduledForDeferredDelete = default, string deferredDeleteTimeRemaining = default, bool? isDeferredDeleteScheduleUpcoming = default, bool? isRehydrate = default, System.Collections.Generic.IList<string> resourceGuardOperationRequests = default, bool? isArchiveEnabled = default, string policyName = default, string friendlyName = default, string backupEngineName = default, string protectionState = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.DPMProtectedItemExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.DPMProtectedItem : string * string * string * string * string * Nullable<DateTime> * string * string * Nullable<DateTime> * Nullable<bool> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> * Nullable<bool> * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.DPMProtectedItemExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.DPMProtectedItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional containerName As String = Nothing, Optional sourceResourceId As String = Nothing, Optional policyId As String = Nothing, Optional lastRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional backupSetName As String = Nothing, Optional createMode As String = Nothing, Optional deferredDeleteTimeInUTC As Nullable(Of DateTime) = Nothing, Optional isScheduledForDeferredDelete As Nullable(Of Boolean) = Nothing, Optional deferredDeleteTimeRemaining As String = Nothing, Optional isDeferredDeleteScheduleUpcoming As Nullable(Of Boolean) = Nothing, Optional isRehydrate As Nullable(Of Boolean) = Nothing, Optional resourceGuardOperationRequests As IList(Of String) = Nothing, Optional isArchiveEnabled As Nullable(Of Boolean) = Nothing, Optional policyName As String = Nothing, Optional friendlyName As String = Nothing, Optional backupEngineName As String = Nothing, Optional protectionState As String = Nothing, Optional extendedInfo As DPMProtectedItemExtendedInfo = Nothing)
Parâmetros
- backupManagementType
- String
Tipo de gerenciamento de backup para o item de backup. Os valores possíveis incluem: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'
- workloadType
- String
Tipo de carga de trabalho que este item representa. Os valores possíveis incluem: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'
- containerName
- String
Nome exclusivo do contêiner
- sourceResourceId
- String
ID do ARM do recurso a ser copiado em backup.
- policyId
- String
ID da política de backup com a qual esse item é copiado em backup.
Carimbo de data/hora quando a última cópia de backup (mais recente) foi criada para este item de backup.
- backupSetName
- String
Nome do conjunto de backup ao qual o item de backup pertence
- createMode
- String
Crie o modo para indicar a recuperação da fonte de dados com exclusão reversível existente ou a criação de uma nova fonte de dados. Os valores possíveis incluem: 'Invalid', 'Default', 'Recover'
Sinalizador para identificar se o DS está agendado para exclusão adiada
- deferredDeleteTimeRemaining
- String
Tempo restante antes que o DS marcado para exclusão adiada seja excluído permanentemente
Sinalizador para identificar se o DS excluído adiado deve ser limpo em breve
Sinalizador para identificar que o DS excluído adiado deve ser movido para o estado pausar
ResourceGuardOperationRequests no qual o MARCAR LAC será executado
Sinalizador para identificar se a fonte de dados está protegida no arquivo morto
- policyName
- String
Nome da política usada para proteção
- friendlyName
- String
Nome amigável do item gerenciado
- backupEngineName
- String
Servidor de Gerenciamento de Backup que protege este item de backup
- protectionState
- String
Estado de proteção do mecanismo de backup. Os valores possíveis incluem: 'Invalid', 'IRPending', 'Protected', 'ProtectionError', 'ProtectionStopped', 'ProtectionPaused'
- extendedInfo
- DPMProtectedItemExtendedInfo
Informações estendidas do item de backup.
Aplica-se a
Azure SDK for .NET