FactoryIdentity 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
FactoryIdentity() |
Initialisiert eine neue instance der FactoryIdentity-Klasse. |
FactoryIdentity(Nullable<Guid>, Nullable<Guid>, IDictionary<String,Object>) |
Initialisiert eine neue instance der FactoryIdentity-Klasse. |
FactoryIdentity(String, Nullable<Guid>, Nullable<Guid>, IDictionary<String,Object>) |
Initialisiert eine neue instance der FactoryIdentity-Klasse. |
FactoryIdentity()
Initialisiert eine neue instance der FactoryIdentity-Klasse.
public FactoryIdentity ();
Public Sub New ()
Gilt für:
FactoryIdentity(Nullable<Guid>, Nullable<Guid>, IDictionary<String,Object>)
Initialisiert eine neue instance der FactoryIdentity-Klasse.
public FactoryIdentity (Guid? principalId = default, Guid? tenantId = default, System.Collections.Generic.IDictionary<string,object> userAssignedIdentities = default);
new Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity : Nullable<Guid> * Nullable<Guid> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity
Public Sub New (Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional userAssignedIdentities As IDictionary(Of String, Object) = Nothing)
Parameter
- userAssignedIdentities
- IDictionary<String,Object>
Liste der benutzerseitig zugewiesenen Identitäten für die Factory.
Gilt für:
FactoryIdentity(String, Nullable<Guid>, Nullable<Guid>, IDictionary<String,Object>)
Initialisiert eine neue instance der FactoryIdentity-Klasse.
public FactoryIdentity (string type, Guid? principalId = default, Guid? tenantId = default, System.Collections.Generic.IDictionary<string,object> userAssignedIdentities = default);
new Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity : string * Nullable<Guid> * Nullable<Guid> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity
Public Sub New (type As String, Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional userAssignedIdentities As IDictionary(Of String, Object) = Nothing)
Parameter
- type
- String
Der Identitätstyp. Mögliche Werte: "SystemAssigned", "UserAssigned", "SystemAssigned", "UserAssigned"
- userAssignedIdentities
- IDictionary<String,Object>
Liste der benutzerseitig zugewiesenen Identitäten für die Factory.
Gilt für:
Azure SDK for .NET