WorkloadProtectableItemResource Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
WorkloadProtectableItemResource() |
Initialisiert eine neue instance der WorkloadProtectableItemResource-Klasse. |
WorkloadProtectableItemResource(String, String, String, String, IDictionary<String,String>, String, WorkloadProtectableItem) |
Initialisiert eine neue instance der WorkloadProtectableItemResource-Klasse. |
WorkloadProtectableItemResource()
Initialisiert eine neue instance der WorkloadProtectableItemResource-Klasse.
public WorkloadProtectableItemResource();
Public Sub New ()
Gilt für:
WorkloadProtectableItemResource(String, String, String, String, IDictionary<String,String>, String, WorkloadProtectableItem)
Initialisiert eine neue instance der WorkloadProtectableItemResource-Klasse.
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)
Parameter
- id
- String
Die Ressourcen-ID stellt den vollständigen Pfad zur Ressource dar.
- name
- String
Ressourcenname, der der Ressource zugeordnet ist.
- type
- String
Der Ressourcentyp stellt den vollständigen Pfad des Formulars Namespace/ResourceType/ResourceType/...
- location
- String
Ressourcenspeicherort
- tags
- IDictionary<String,String>
Ressourcentags.
- eTag
- String
Optionales ETag.
- properties
- WorkloadProtectableItem
WorkloadProtectableItemResource-Eigenschaften
Gilt für:
Azure SDK for .NET