RoleAssignmentCommonProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RoleAssignmentCommonProperties の新しいインスタンスを初期化します。
public RoleAssignmentCommonProperties (string roleId, string principalId, string userName, System.Collections.Generic.IEnumerable<string> dataTypeScope, string principalType, Azure.ResourceManager.NetworkAnalytics.Models.DataProductUserRole role);
new Azure.ResourceManager.NetworkAnalytics.Models.RoleAssignmentCommonProperties : string * string * string * seq<string> * string * Azure.ResourceManager.NetworkAnalytics.Models.DataProductUserRole -> Azure.ResourceManager.NetworkAnalytics.Models.RoleAssignmentCommonProperties
Public Sub New (roleId As String, principalId As String, userName As String, dataTypeScope As IEnumerable(Of String), principalType As String, role As DataProductUserRole)
パラメーター
- roleId
- String
Built-In ロールのロール ID。
- principalId
- String
AAD プリンシパルまたはセキュリティ グループのオブジェクト ID。
- userName
- String
ユーザー名。
- dataTypeScope
- IEnumerable<String>
ロールの割り当てが作成されるデータ型スコープ。
- principalType
- String
プリンシパル ID の種類: User、Group、または ServicePrincipal。
- role
- DataProductUserRole
ユーザーに割り当てられるデータ製品ロール。
例外
roleId
、 principalId
、 userName
、 dataTypeScope
または principalType
が null です。