Compartilhar via


GenericProtectedItem Construtores

Definição

Sobrecargas

GenericProtectedItem()

Inicializa uma nova instância da classe GenericProtectedItem.

GenericProtectedItem(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, Nullable<Int64>, IDictionary<String, String>, String)

Inicializa uma nova instância da classe GenericProtectedItem.

GenericProtectedItem()

Inicializa uma nova instância da classe GenericProtectedItem.

public GenericProtectedItem ();
Public Sub New ()

Aplica-se a

GenericProtectedItem(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, Nullable<Int64>, IDictionary<String, String>, String)

Inicializa uma nova instância da classe GenericProtectedItem.

public GenericProtectedItem (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 policyState = default, string protectionState = default, long? protectedItemId = default, System.Collections.Generic.IDictionary<string,string> sourceAssociations = default, string fabricName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericProtectedItem : 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 * Nullable<int64> * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericProtectedItem
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 policyState As String = Nothing, Optional protectionState As String = Nothing, Optional protectedItemId As Nullable(Of Long) = Nothing, Optional sourceAssociations As IDictionary(Of String, String) = Nothing, Optional fabricName As String = 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.

lastRecoveryPoint
Nullable<DateTime>

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'

deferredDeleteTimeInUTC
Nullable<DateTime>

Hora da exclusão adiada em UTC

isScheduledForDeferredDelete
Nullable<Boolean>

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

isDeferredDeleteScheduleUpcoming
Nullable<Boolean>

Sinalizador para identificar se o DS excluído adiado deve ser limpo em breve

isRehydrate
Nullable<Boolean>

Sinalizador para identificar que o DS excluído adiado deve ser movido para o estado pausar

resourceGuardOperationRequests
IList<String>

ResourceGuardOperationRequests no qual o MARCAR LAC será executado

isArchiveEnabled
Nullable<Boolean>

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 contêiner.

policyState
String

Indica a consistência do objeto de política e da política aplicada a este item de backup.

protectionState
String

Estado de backup deste item de backup. Os valores possíveis incluem: 'Invalid', 'IRPending', 'Protected', 'ProtectionError', 'ProtectionStopped', 'ProtectionPaused'

protectedItemId
Nullable<Int64>

ID de Serviço do Plano de Dados do item protegido.

sourceAssociations
IDictionary<String,String>

Associações acopladas livremente (tipo, valor) (exemplo – pai de um item protegido)

fabricName
String

Nome da malha deste item de backup.

Aplica-se a