GenericContainer Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GenericContainer() |
Initialise une nouvelle instance de la classe GenericContainer. |
GenericContainer(String, String, String, String, String, String, GenericContainerExtendedInfo) |
Initialise une nouvelle instance de la classe GenericContainer. |
GenericContainer()
Initialise une nouvelle instance de la classe GenericContainer.
public GenericContainer ();
Public Sub New ()
S’applique à
GenericContainer(String, String, String, String, String, String, GenericContainerExtendedInfo)
Initialise une nouvelle instance de la classe GenericContainer.
public GenericContainer (string friendlyName = default, string backupManagementType = default, string registrationStatus = default, string healthStatus = default, string protectableObjectType = default, string fabricName = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericContainerExtendedInfo extendedInformation = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericContainer : string * string * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericContainerExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericContainer
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 fabricName As String = Nothing, Optional extendedInformation As GenericContainerExtendedInfo = 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
- fabricName
- String
Nom de l’infrastructure du conteneur
- extendedInformation
- GenericContainerExtendedInfo
Informations étendues (non retournées dans Lister les appels d’API de conteneur)
S’applique à
Azure SDK for .NET