MabJob 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
MabJob() |
Inicializa uma nova instância da classe MabJob. |
MabJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, IList<Nullable<JobSupportedAction>>, String, String, String, IList<MabErrorInfo>, MabJobExtendedInfo) |
Inicializa uma nova instância da classe MabJob. |
MabJob()
Inicializa uma nova instância da classe MabJob.
public MabJob ();
Public Sub New ()
Aplica-se a
MabJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, IList<Nullable<JobSupportedAction>>, String, String, String, IList<MabErrorInfo>, MabJobExtendedInfo)
Inicializa uma nova instância da classe MabJob.
public MabJob (string entityFriendlyName = default, string backupManagementType = default, string operation = default, string status = default, DateTime? startTime = default, DateTime? endTime = default, string activityId = default, TimeSpan? duration = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.JobSupportedAction?> actionsInfo = default, string mabServerName = default, string mabServerType = default, string workloadType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.MabErrorInfo> errorDetails = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.MabJobExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.MabJob : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<TimeSpan> * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.JobSupportedAction>> * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.MabErrorInfo> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.MabJobExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.MabJob
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 actionsInfo As IList(Of Nullable(Of JobSupportedAction)) = Nothing, Optional mabServerName As String = Nothing, Optional mabServerType As String = Nothing, Optional workloadType As String = Nothing, Optional errorDetails As IList(Of MabErrorInfo) = Nothing, Optional extendedInfo As MabJobExtendedInfo = 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.
- actionsInfo
- IList<Nullable<JobSupportedAction>>
O estado/ações aplicáveis em trabalhos como cancelar/tentar novamente.
- mabServerName
- String
Nome do servidor que protege o DS.
- mabServerType
- String
Tipo de servidor do contêiner MAB. Os valores possíveis incluem: 'Invalid', 'Unknown', 'IaasVMContainer', 'IaasVMServiceContainer', 'DPMContainer', 'AzureBackupServerContainer', 'MABContainer', 'Cluster', 'AzureSqlContainer', 'Windows', 'VCenter', 'VMAppContainer', 'SQLAGWorkLoadContainer', 'StorageContainer', 'GenericContainer'
- workloadType
- String
Tipo de carga de trabalho do item de backup. Os valores possíveis incluem: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'
- errorDetails
- IList<MabErrorInfo>
Os erros.
- extendedInfo
- MabJobExtendedInfo
Informações adicionais sobre o trabalho.
Aplica-se a
Azure SDK for .NET