Freigeben über


AADPropertiesResource Konstruktoren

Definition

Überlädt

AADPropertiesResource()

Initialisiert eine neue instance der AADPropertiesResource-Klasse.

AADPropertiesResource(String, String, String, String, IDictionary<String,String>, String, AADProperties)

Initialisiert eine neue instance der AADPropertiesResource-Klasse.

AADPropertiesResource()

Initialisiert eine neue instance der AADPropertiesResource-Klasse.

public AADPropertiesResource ();
Public Sub New ()

Gilt für:

AADPropertiesResource(String, String, String, String, IDictionary<String,String>, String, AADProperties)

Initialisiert eine neue instance der AADPropertiesResource-Klasse.

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

AADPropertiesResource-Eigenschaften

Gilt für: