FactoryIdentity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FactoryIdentity() |
FactoryIdentity クラスの新しいインスタンスを初期化します。 |
FactoryIdentity(Nullable<Guid>, Nullable<Guid>, IDictionary<String,Object>) |
FactoryIdentity クラスの新しいインスタンスを初期化します。 |
FactoryIdentity(String, Nullable<Guid>, Nullable<Guid>, IDictionary<String,Object>) |
FactoryIdentity クラスの新しいインスタンスを初期化します。 |
FactoryIdentity()
FactoryIdentity クラスの新しいインスタンスを初期化します。
public FactoryIdentity ();
Public Sub New ()
適用対象
FactoryIdentity(Nullable<Guid>, Nullable<Guid>, IDictionary<String,Object>)
FactoryIdentity クラスの新しいインスタンスを初期化します。
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)
パラメーター
- userAssignedIdentities
- IDictionary<String,Object>
ファクトリのユーザー割り当て ID の一覧。
適用対象
FactoryIdentity(String, Nullable<Guid>, Nullable<Guid>, IDictionary<String,Object>)
FactoryIdentity クラスの新しいインスタンスを初期化します。
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)
パラメーター
- type
- String
ID の種類。 使用できる値は、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned' です。
- userAssignedIdentities
- IDictionary<String,Object>
ファクトリのユーザー割り当て ID の一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET