WorkloadProtectableItem 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
WorkloadProtectableItem() |
Initialise une nouvelle instance de la classe WorkloadProtectableItem. |
WorkloadProtectableItem(String, String, String, String) |
Initialise une nouvelle instance de la classe WorkloadProtectableItem. |
WorkloadProtectableItem()
Initialise une nouvelle instance de la classe WorkloadProtectableItem.
public WorkloadProtectableItem ();
Public Sub New ()
S’applique à
WorkloadProtectableItem(String, String, String, String)
Initialise une nouvelle instance de la classe WorkloadProtectableItem.
public WorkloadProtectableItem (string backupManagementType = default, string workloadType = default, string friendlyName = default, string protectionState = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional friendlyName As String = Nothing, Optional protectionState As String = Nothing)
Paramètres
- backupManagementType
- String
Type de gestion des sauvegardes pour sauvegarder un élément.
- workloadType
- String
Type de charge de travail pour la gestion des sauvegardes
- friendlyName
- String
Nom convivial de l’élément de sauvegarde.
- protectionState
- String
État de l’élément de sauvegarde. Les valeurs possibles sont les suivantes : « Invalid », « NotProtected », « Protecting », « Protected », « ProtectionFailed »
S’applique à
Azure SDK for .NET