Compartilhar via


ArmRecoveryServicesBackupModelFactory.DpmProtectedItem Método

Definição

Inicializa uma nova instância de DpmProtectedItem.

public static Azure.ResourceManager.RecoveryServicesBackup.Models.DpmProtectedItem DpmProtectedItem (Azure.ResourceManager.RecoveryServicesBackup.Models.BackupManagementType? backupManagementType = default, Azure.ResourceManager.RecoveryServicesBackup.Models.BackupDataSourceType? workloadType = default, string containerName = default, Azure.Core.ResourceIdentifier sourceResourceId = default, Azure.Core.ResourceIdentifier policyId = default, DateTimeOffset? lastRecoverOn = default, string backupSetName = default, Azure.ResourceManager.RecoveryServicesBackup.Models.BackupCreateMode? createMode = default, DateTimeOffset? deferredDeletedOn = default, bool? isScheduledForDeferredDelete = default, string deferredDeleteTimeRemaining = default, bool? isDeferredDeleteScheduleUpcoming = default, bool? isRehydrate = default, System.Collections.Generic.IEnumerable<string> resourceGuardOperationRequests = default, bool? isArchiveEnabled = default, string policyName = default, int? softDeleteRetentionPeriodInDays = default, string friendlyName = default, string backupEngineName = default, Azure.ResourceManager.RecoveryServicesBackup.Models.ProtectedItemState? protectionState = default, Azure.ResourceManager.RecoveryServicesBackup.Models.DpmProtectedItemExtendedInfo extendedInfo = default);
static member DpmProtectedItem : Nullable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupManagementType> * Nullable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupDataSourceType> * string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<DateTimeOffset> * string * Nullable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupCreateMode> * Nullable<DateTimeOffset> * Nullable<bool> * string * Nullable<bool> * Nullable<bool> * seq<string> * Nullable<bool> * string * Nullable<int> * string * string * Nullable<Azure.ResourceManager.RecoveryServicesBackup.Models.ProtectedItemState> * Azure.ResourceManager.RecoveryServicesBackup.Models.DpmProtectedItemExtendedInfo -> Azure.ResourceManager.RecoveryServicesBackup.Models.DpmProtectedItem
Public Shared Function DpmProtectedItem (Optional backupManagementType As Nullable(Of BackupManagementType) = Nothing, Optional workloadType As Nullable(Of BackupDataSourceType) = Nothing, Optional containerName As String = Nothing, Optional sourceResourceId As ResourceIdentifier = Nothing, Optional policyId As ResourceIdentifier = Nothing, Optional lastRecoverOn As Nullable(Of DateTimeOffset) = Nothing, Optional backupSetName As String = Nothing, Optional createMode As Nullable(Of BackupCreateMode) = Nothing, Optional deferredDeletedOn As Nullable(Of DateTimeOffset) = 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 IEnumerable(Of String) = Nothing, Optional isArchiveEnabled As Nullable(Of Boolean) = Nothing, Optional policyName As String = Nothing, Optional softDeleteRetentionPeriodInDays As Nullable(Of Integer) = Nothing, Optional friendlyName As String = Nothing, Optional backupEngineName As String = Nothing, Optional protectionState As Nullable(Of ProtectedItemState) = Nothing, Optional extendedInfo As DpmProtectedItemExtendedInfo = Nothing) As DpmProtectedItem

Parâmetros

backupManagementType
Nullable<BackupManagementType>

Tipo de gerenciamento de backup para o item de backup.

workloadType
Nullable<BackupDataSourceType>

Tipo de carga de trabalho que este item representa.

containerName
String

Nome exclusivo do contêiner.

sourceResourceId
ResourceIdentifier

ID do ARM do recurso a ser feito backup.

policyId
ResourceIdentifier

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

lastRecoverOn
Nullable<DateTimeOffset>

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
Nullable<BackupCreateMode>

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.

deferredDeletedOn
Nullable<DateTimeOffset>

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>

O sinalizador para identificar que o DS excluído adiado deve ser movido para o estado Pausar.

resourceGuardOperationRequests
IEnumerable<String>

ResourceGuardOperationRequests no qual a marcar LAC será executada.

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.

softDeleteRetentionPeriodInDays
Nullable<Int32>

Período de retenção de exclusão temporária em dias.

friendlyName
String

Nome amigável do item gerenciado.

backupEngineName
String

Servidor de Gerenciamento de Backup que protege este item de backup.

protectionState
Nullable<ProtectedItemState>

Estado de proteção do mecanismo de backup.

extendedInfo
DpmProtectedItemExtendedInfo

Informações estendidas do item de backup.

Retornos

Uma nova DpmProtectedItem instância para zombar.

Aplica-se a