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>, 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>, 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, 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.CrossRegionRestore.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> * string * string * string * Nullable<int64> * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.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 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 feito backup.

policyId
String

ID da política de backup com a qual este item é feito backup.

lastRecoveryPoint
Nullable<DateTime>

Carimbo de data/hora quando a última (mais recente) cópia de backup 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 excluída reversível existente ou a criação de uma nova fonte de dados. Os valores possíveis incluem: 'Invalid', 'Default', 'Recover'

deferredDeleteTimeInUTC
Nullable<DateTime>

Tempo para 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 os marcar LAC serão executados

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 esse 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 do Serviço do Plano de Dados do item protegido.

sourceAssociations
IDictionary<String,String>

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

fabricName
String

Nome da malha deste item de backup.

Aplica-se a