次の方法で共有


ServicePrincipalImpl.IWithRoleAssignmentBeta.WithNewRole メソッド

定義

サービス プリンシパルに新しいロールを割り当てます。

Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate IWithRoleAssignmentBeta.WithNewRole (Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole role, string scope);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IWithRoleAssignmentBeta.WithNewRole : Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole * string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IWithRoleAssignmentBeta.WithNewRole : Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole * string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate
Function WithNewRole (role As BuiltInRole, scope As String) As IUpdate Implements IWithRoleAssignmentBeta.WithNewRole

パラメーター

role
BuiltInRole

サービス プリンシパルに割り当てるロール。

scope
String

サービス プリンシパルがアクセスできるスコープ。

戻り値

実装

適用対象