RoleAssignmentsImpl クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RoleAssignments とその親インターフェイスの実装。
public class RoleAssignmentsImpl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CreatableResources<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment,Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignmentImpl,Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleAssignmentInner>, Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignments, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignmentsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>
type RoleAssignmentsImpl = class
inherit CreatableResources<IRoleAssignment, RoleAssignmentImpl, RoleAssignmentInner>
interface IRoleAssignments
interface IBeta
interface ISupportsGettingById<IRoleAssignment>
interface ISupportsCreating<IBlank>
interface ISupportsBatchCreation<IRoleAssignment>
interface ISupportsDeletingById
interface IHasManager<GraphRbacManager>
interface IHasInner<IRoleAssignmentsOperations>
Public Class RoleAssignmentsImpl
Inherits CreatableResources(Of IRoleAssignment, RoleAssignmentImpl, RoleAssignmentInner)
Implements IBeta, IHasInner(Of IRoleAssignmentsOperations), IHasManager(Of GraphRbacManager), IRoleAssignments, ISupportsBatchCreation(Of IRoleAssignment), ISupportsCreating(Of IBlank), ISupportsGettingById(Of IRoleAssignment)
- 継承
- 実装
プロパティ
Inner |
RoleAssignments とその親インターフェイスの実装。 |
メソッド
明示的なインターフェイスの実装
IHasManager<GraphRbacManager>.Manager |
RoleAssignments とその親インターフェイスの実装。 |
IRoleAssignments.GetByScope(String, String) |
スコープと名前に基づいてロールの割り当てに関する情報を取得します。 |
IRoleAssignments.GetByScopeAsync(String, String, CancellationToken) |
スコープと名前に基づいてロールの割り当てに関する情報を取得します。 |
IRoleAssignments.ListByScope(String) |
スコープ内のロールの割り当てを一覧表示します。 |
IRoleAssignments.ListByScopeAsync(String, CancellationToken) |
スコープ内のロールの割り当てを一覧表示します。 |
ISupportsCreating<IBlank>.Define(String) |
RoleAssignments とその親インターフェイスの実装。 |
ISupportsGettingById<IRoleAssignment>.GetById(String) |
RoleAssignments とその親インターフェイスの実装。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET