Freigeben über


ProtectedItemResource Konstruktoren

Definition

Überlädt

ProtectedItemResource()

Initialisiert eine neue instance der ProtectedItemResource-Klasse.

ProtectedItemResource(String, String, String, String, IDictionary<String,String>, String, ProtectedItem)

Initialisiert eine neue instance der ProtectedItemResource-Klasse.

ProtectedItemResource()

Initialisiert eine neue instance der ProtectedItemResource-Klasse.

public ProtectedItemResource ();
Public Sub New ()

Gilt für:

ProtectedItemResource(String, String, String, String, IDictionary<String,String>, String, ProtectedItem)

Initialisiert eine neue instance der ProtectedItemResource-Klasse.

public ProtectedItemResource (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.ProtectedItem properties = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItem -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource
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 ProtectedItem = 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
ProtectedItem

ProtectedItemResource-Eigenschaften

Gilt für: