Compartir a través de


AzureSQLAGWorkloadContainerProtectionContainer Constructores

Definición

Sobrecargas

AzureSQLAGWorkloadContainerProtectionContainer()

Inicializa una nueva instancia de la clase AzureSQLAGWorkloadContainerProtectionContainer.

AzureSQLAGWorkloadContainerProtectionContainer(String, String, String, String, String, String, Nullable<DateTime>, AzureWorkloadContainerExtendedInfo, String, String)

Inicializa una nueva instancia de la clase AzureSQLAGWorkloadContainerProtectionContainer.

AzureSQLAGWorkloadContainerProtectionContainer()

Inicializa una nueva instancia de la clase AzureSQLAGWorkloadContainerProtectionContainer.

public AzureSQLAGWorkloadContainerProtectionContainer ();
Public Sub New ()

Se aplica a

AzureSQLAGWorkloadContainerProtectionContainer(String, String, String, String, String, String, Nullable<DateTime>, AzureWorkloadContainerExtendedInfo, String, String)

Inicializa una nueva instancia de la clase AzureSQLAGWorkloadContainerProtectionContainer.

public AzureSQLAGWorkloadContainerProtectionContainer (string friendlyName = default, string backupManagementType = default, string registrationStatus = default, string healthStatus = default, string protectableObjectType = default, string sourceResourceId = default, DateTime? lastUpdatedTime = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainerExtendedInfo extendedInfo = default, string workloadType = default, string operationType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSQLAGWorkloadContainerProtectionContainer : string * string * string * string * string * string * Nullable<DateTime> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainerExtendedInfo * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSQLAGWorkloadContainerProtectionContainer
Public Sub New (Optional friendlyName As String = Nothing, Optional backupManagementType As String = Nothing, Optional registrationStatus As String = Nothing, Optional healthStatus As String = Nothing, Optional protectableObjectType As String = Nothing, Optional sourceResourceId As String = Nothing, Optional lastUpdatedTime As Nullable(Of DateTime) = Nothing, Optional extendedInfo As AzureWorkloadContainerExtendedInfo = Nothing, Optional workloadType As String = Nothing, Optional operationType As String = Nothing)

Parámetros

friendlyName
String

Nombre descriptivo del contenedor.

backupManagementType
String

Tipo de administración de copias de seguridad para el contenedor. Entre los valores posibles se incluyen: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

registrationStatus
String

Estado del registro del contenedor con el almacén de Recovery Services.

healthStatus
String

Estado del estado del contenedor.

protectableObjectType
String

Tipo del objeto protegible asociado a este contenedor

sourceResourceId
String

Id. de ARM de la máquina virtual representada por este contenedor de cargas de trabajo de Azure

lastUpdatedTime
Nullable<DateTime>

Marca de tiempo cuando se actualizó este contenedor.

extendedInfo
AzureWorkloadContainerExtendedInfo

Detalles adicionales de un contenedor de cargas de trabajo.

workloadType
String

Tipo de carga de trabajo para el que se envió el registro. Entre los valores posibles se incluyen: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'

operationType
String

Re-Do Operación. Entre los valores posibles se incluyen: "Invalid", "Register", "Reregister"

Se aplica a