Partager via


AzureWorkloadContainer Constructeurs

Définition

Surcharges

AzureWorkloadContainer()

Initialise une nouvelle instance de la classe AzureWorkloadContainer.

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

Initialise une nouvelle instance de la classe AzureWorkloadContainer.

AzureWorkloadContainer()

Initialise une nouvelle instance de la classe AzureWorkloadContainer.

public AzureWorkloadContainer ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe AzureWorkloadContainer.

public AzureWorkloadContainer (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.AzureWorkloadContainer : string * string * string * string * string * string * Nullable<DateTime> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainerExtendedInfo * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainer
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)

Paramètres

friendlyName
String

Nom convivial du conteneur.

backupManagementType
String

Type de gestion des sauvegardes pour le conteneur. Les valeurs possibles sont les suivantes : « Invalid », « AzureIaasVM », « MAB », « DPM », « AzureBackupServer », « AzureSql », « AzureStorage », « AzureWorkload », « DefaultBackup »

registrationStatus
String

État de l’inscription du conteneur auprès du coffre Recovery Services.

healthStatus
String

État d’intégrité du conteneur.

protectableObjectType
String

Type de l’objet pouvant être protégé associé à ce conteneur

sourceResourceId
String

ID ARM de la machine virtuelle représentée par ce conteneur de charge de travail Azure

lastUpdatedTime
Nullable<DateTime>

Horodatage de la mise à jour de ce conteneur.

extendedInfo
AzureWorkloadContainerExtendedInfo

Détails supplémentaires d’un conteneur de charge de travail.

workloadType
String

Type de charge de travail pour lequel l’inscription a été envoyée. Les valeurs possibles sont les suivantes : « Invalid », « VM », « FileFolder », « AzureSqlDb », « SQLDB », « Exchange », « Sharepoint », « VMwareVM », « SystemState », « Client », « GenericDataSource », « SQLDataBase », « AzureFileShare », « SAPHanaDatabase », « SAPHanaDatabase », « SAPAseDatabase »

operationType
String

opération Re-Do. Les valeurs possibles sont les suivantes : « Invalid », « Register », « Reregister »

S’applique à