DpmJob 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
DpmJob() |
Inicializa uma nova instância da classe DpmJob. |
DpmJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, String, String, String, String, IList<Nullable<JobSupportedAction>>, IList<DpmErrorInfo>, DpmJobExtendedInfo) |
Inicializa uma nova instância da classe DpmJob. |
DpmJob()
Inicializa uma nova instância da classe DpmJob.
public DpmJob ();
Public Sub New ()
Aplica-se a
DpmJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, String, String, String, String, IList<Nullable<JobSupportedAction>>, IList<DpmErrorInfo>, DpmJobExtendedInfo)
Inicializa uma nova instância da classe DpmJob.
public DpmJob (string entityFriendlyName = default, string backupManagementType = default, string operation = default, string status = default, DateTime? startTime = default, DateTime? endTime = default, string activityId = default, TimeSpan? duration = default, string dpmServerName = default, string containerName = default, string containerType = default, string workloadType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobSupportedAction?> actionsInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmErrorInfo> errorDetails = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmJobExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmJob : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<TimeSpan> * string * string * string * string * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobSupportedAction>> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmErrorInfo> * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmJobExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmJob
Public Sub New (Optional entityFriendlyName As String = Nothing, Optional backupManagementType As String = Nothing, Optional operation As String = Nothing, Optional status As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional activityId As String = Nothing, Optional duration As Nullable(Of TimeSpan) = Nothing, Optional dpmServerName As String = Nothing, Optional containerName As String = Nothing, Optional containerType As String = Nothing, Optional workloadType As String = Nothing, Optional actionsInfo As IList(Of Nullable(Of JobSupportedAction)) = Nothing, Optional errorDetails As IList(Of DpmErrorInfo) = Nothing, Optional extendedInfo As DpmJobExtendedInfo = Nothing)
Parâmetros
- entityFriendlyName
- String
Nome amigável da entidade na qual o trabalho atual está sendo executado.
- backupManagementType
- String
Tipo de gerenciamento de backup para executar o trabalho atual. Os valores possíveis incluem: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'
- operation
- String
O nome da operação.
- status
- String
Status do trabalho.
- activityId
- String
ActivityId do trabalho.
- dpmServerName
- String
Nome do servidor DPM gerenciando o item de backup ou o trabalho de backup.
- containerName
- String
Nome do cluster/servidor que protege o item de backup atual, se houver.
- containerType
- String
Tipo de contêiner.
- workloadType
- String
Tipo de item de backup.
- actionsInfo
- IList<Nullable<JobSupportedAction>>
O estado/ações aplicáveis a esse trabalho, como cancelar/repetir.
- errorDetails
- IList<DpmErrorInfo>
Os erros.
- extendedInfo
- DpmJobExtendedInfo
Informações adicionais para este trabalho.
Aplica-se a
Azure SDK for .NET