CrrAccessTokenResource 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
CrrAccessTokenResource() |
Initialisiert eine neue instance der CrrAccessTokenResource-Klasse. |
CrrAccessTokenResource(String, String, String, String, IDictionary<String,String>, String, CrrAccessToken) |
Initialisiert eine neue instance der CrrAccessTokenResource-Klasse. |
CrrAccessTokenResource()
Initialisiert eine neue instance der CrrAccessTokenResource-Klasse.
public CrrAccessTokenResource ();
Public Sub New ()
Gilt für:
CrrAccessTokenResource(String, String, String, String, IDictionary<String,String>, String, CrrAccessToken)
Initialisiert eine neue instance der CrrAccessTokenResource-Klasse.
public CrrAccessTokenResource (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.CrrAccessToken properties = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrAccessTokenResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrAccessToken -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrAccessTokenResource
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 CrrAccessToken = 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/... dar.
- location
- String
Ressourcenspeicherort
- tags
- IDictionary<String,String>
Ressourcentags.
- eTag
- String
Optionales ETag.
- properties
- CrrAccessToken
CrrAccessTokenResource-Eigenschaften
Gilt für:
Azure SDK for .NET