AzureIaaSVMJobV2 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
AzureIaaSVMJobV2() |
Inicializa uma nova instância da classe AzureIaaSVMJobV2. |
AzureIaaSVMJobV2(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<Nullable<JobSupportedAction>>, String, Nullable<TimeSpan>, IList<AzureIaaSVMErrorInfo>, String, AzureIaaSVMJobExtendedInfo) |
Inicializa uma nova instância da classe AzureIaaSVMJobV2. |
AzureIaaSVMJobV2()
Inicializa uma nova instância da classe AzureIaaSVMJobV2.
public AzureIaaSVMJobV2 ();
Public Sub New ()
Aplica-se a
AzureIaaSVMJobV2(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<Nullable<JobSupportedAction>>, String, Nullable<TimeSpan>, IList<AzureIaaSVMErrorInfo>, String, AzureIaaSVMJobExtendedInfo)
Inicializa uma nova instância da classe AzureIaaSVMJobV2.
public AzureIaaSVMJobV2 (string entityFriendlyName = default, string backupManagementType = default, string operation = default, string status = default, DateTime? startTime = default, DateTime? endTime = default, string activityId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.JobSupportedAction?> actionsInfo = default, string containerName = default, TimeSpan? duration = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMErrorInfo> errorDetails = default, string virtualMachineVersion = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMJobExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMJobV2 : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.JobSupportedAction>> * string * Nullable<TimeSpan> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMErrorInfo> * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMJobExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMJobV2
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 actionsInfo As IList(Of Nullable(Of JobSupportedAction)) = Nothing, Optional containerName As String = Nothing, Optional duration As Nullable(Of TimeSpan) = Nothing, Optional errorDetails As IList(Of AzureIaaSVMErrorInfo) = Nothing, Optional virtualMachineVersion As String = Nothing, Optional extendedInfo As AzureIaaSVMJobExtendedInfo = 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>>
Obtém ou define o estado/ações aplicáveis neste trabalho, como cancelar/tentar novamente.
- containerName
- String
Nome do contêiner da entidade na qual o trabalho atual está sendo executado.
- errorDetails
- IList<AzureIaaSVMErrorInfo>
Detalhes do erro sobre a execução deste trabalho.
- virtualMachineVersion
- String
Especifica se o item de backup é um Clássico ou uma VM Resource Manager do Azure.
- extendedInfo
- AzureIaaSVMJobExtendedInfo
Informações adicionais para este trabalho.
Aplica-se a
Azure SDK for .NET