ArmIdentity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ArmIdentity() |
ArmIdentity クラスの新しいインスタンスを初期化します。 |
ArmIdentity(String, String, Nullable<ResourceIdentityType>, IDictionary<String,ArmUserIdentity>) |
ArmIdentity クラスの新しいインスタンスを初期化します。 |
ArmIdentity()
ArmIdentity クラスの新しいインスタンスを初期化します。
public ArmIdentity();
Public Sub New ()
適用対象
ArmIdentity(String, String, Nullable<ResourceIdentityType>, IDictionary<String,ArmUserIdentity>)
ArmIdentity クラスの新しいインスタンスを初期化します。
public ArmIdentity(string principalId = default, string tenantId = default, Microsoft.Azure.Management.IotHub.Models.ResourceIdentityType? type = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.IotHub.Models.ArmUserIdentity> userAssignedIdentities = default);
new Microsoft.Azure.Management.IotHub.Models.ArmIdentity : string * string * Nullable<Microsoft.Azure.Management.IotHub.Models.ResourceIdentityType> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.IotHub.Models.ArmUserIdentity> -> Microsoft.Azure.Management.IotHub.Models.ArmIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As Nullable(Of ResourceIdentityType) = Nothing, Optional userAssignedIdentities As IDictionary(Of String, ArmUserIdentity) = Nothing)
パラメーター
- principalId
- String
プリンシパル ID
- tenantId
- String
テナント ID
- type
- Nullable<ResourceIdentityType>
リソースに使用される ID の種類。 種類 "SystemAssigned、UserAssigned" には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' は、サービスからすべての ID を削除します。 使用できる値は、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned'、'None' です。
- userAssignedIdentities
- IDictionary<String,ArmUserIdentity>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET