Compartilhar via


AzureSqlProtectedItem Construtores

Definição

Sobrecargas

AzureSqlProtectedItem()

Inicializa uma nova instância da classe AzureSqlProtectedItem.

AzureSqlProtectedItem(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, AzureSqlProtectedItemExtendedInfo)

Inicializa uma nova instância da classe AzureSqlProtectedItem.

AzureSqlProtectedItem()

Inicializa uma nova instância da classe AzureSqlProtectedItem.

public AzureSqlProtectedItem ();
Public Sub New ()

Aplica-se a

AzureSqlProtectedItem(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, AzureSqlProtectedItemExtendedInfo)

Inicializa uma nova instância da classe AzureSqlProtectedItem.

public AzureSqlProtectedItem (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 protectedItemDataId = default, string protectionState = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItem : 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 * Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItem
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 protectedItemDataId As String = Nothing, Optional protectionState As String = Nothing, Optional extendedInfo As AzureSqlProtectedItemExtendedInfo = 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

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

protectedItemDataId
String

ID interna de um item de backup. Usado por SQL do Azure Mecanismo de Backup para entrar em contato com os Serviços de Recuperação.

protectionState
String

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

extendedInfo
AzureSqlProtectedItemExtendedInfo

Informações adicionais para este item de backup.

Aplica-se a