WorkloadProtectableItemResource 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
WorkloadProtectableItemResource() |
Initialise une nouvelle instance de la classe WorkloadProtectableItemResource. |
WorkloadProtectableItemResource(String, String, String, String, IDictionary<String,String>, String, WorkloadProtectableItem) |
Initialise une nouvelle instance de la classe WorkloadProtectableItemResource. |
WorkloadProtectableItemResource()
Initialise une nouvelle instance de la classe WorkloadProtectableItemResource.
public WorkloadProtectableItemResource ();
Public Sub New ()
S’applique à
WorkloadProtectableItemResource(String, String, String, String, IDictionary<String,String>, String, WorkloadProtectableItem)
Initialise une nouvelle instance de la classe WorkloadProtectableItemResource.
public WorkloadProtectableItemResource (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string eTag = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem properties = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItemResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItemResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional eTag As String = Nothing, Optional properties As WorkloadProtectableItem = Nothing)
Paramètres
- id
- String
ID de ressource représente le chemin d’accès complet à la ressource.
- name
- String
Nom de la ressource associé à la ressource.
- type
- String
Le type de ressource représente le chemin d’accès complet de la forme Espace de noms/ResourceType/ResourceType/...
- location
- String
Emplacement de la ressource.
- tags
- IDictionary<String,String>
Balises de ressource.
- eTag
- String
ETag facultatif.
- properties
- WorkloadProtectableItem
Propriétés WorkloadProtectableItemResource
S’applique à
Azure SDK for .NET