次の方法で共有


RoleAssignmentCommonProperties コンストラクター

定義

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

ユーザーに割り当てられるデータ製品ロール。

例外

roleIdprincipalIduserNamedataTypeScope または principalType が null です。

適用対象