次の方法で共有


IWithRoleAssignment インターフェイス

定義

ロールの割り当ての追加を許可するサービス プリンシパル定義。

public interface IWithRoleAssignment : Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithRoleAssignmentBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithRoleAssignment = interface
    interface IWithRoleAssignmentBeta
    interface IBeta
Public Interface IWithRoleAssignment
Implements IBeta, IWithRoleAssignmentBeta
派生
実装

メソッド

WithNewRole(BuiltInRole, String)

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

(継承元 IWithRoleAssignmentBeta)
WithNewRoleInResourceGroup(BuiltInRole, IResourceGroup)

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

(継承元 IWithRoleAssignmentBeta)
WithNewRoleInSubscription(BuiltInRole, String)

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

(継承元 IWithRoleAssignmentBeta)

適用対象