RoleDefinitionsImpl Class

Definition

The implementation of RoleDefinitions and its parent interfaces.

public class RoleDefinitionsImpl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ReadableWrappers<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinition,Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleDefinitionImpl,Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleDefinitionInner>, Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinitions, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinition>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinitionsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>
type RoleDefinitionsImpl = class
    inherit ReadableWrappers<IRoleDefinition, RoleDefinitionImpl, RoleDefinitionInner>
    interface IRoleDefinitions
    interface IBeta
    interface ISupportsGettingById<IRoleDefinition>
    interface IHasManager<GraphRbacManager>
    interface IHasInner<IRoleDefinitionsOperations>
Public Class RoleDefinitionsImpl
Inherits ReadableWrappers(Of IRoleDefinition, RoleDefinitionImpl, RoleDefinitionInner)
Implements IBeta, IHasInner(Of IRoleDefinitionsOperations), IHasManager(Of GraphRbacManager), IRoleDefinitions, ISupportsGettingById(Of IRoleDefinition)
Inheritance
Implements

Properties

Inner

Methods

GetById(String)
GetByIdAsync(String, CancellationToken)
GetByScope(String, String)
GetByScopeAndRoleName(String, String)
GetByScopeAndRoleNameAsync(String, String, CancellationToken)
GetByScopeAsync(String, String, CancellationToken)
ListByScope(String)
ListByScopeAsync(String, CancellationToken)
Manager()
WrapList(IEnumerable<InnerResourceT>)

This method returns a paged list where each page contains the instances that wraps inner resources in the corresponding page of given inner paged list.

(Inherited from ReadableWrappers<IFluentResourceT,FluentResourceT,InnerResourceT>)
WrapModel(InnerResourceT) (Inherited from ReadableWrappers<IFluentResourceT,FluentResourceT,InnerResourceT>)
WrapModel(RoleDefinitionInner)

Explicit Interface Implementations

IHasManager<GraphRbacManager>.Manager
IRoleDefinitions.GetByScope(String, String)

Gets the information about a role definition based on scope and name.

IRoleDefinitions.GetByScopeAndRoleName(String, String)

Gets the information about a role definition based on scope and name.

IRoleDefinitions.GetByScopeAndRoleNameAsync(String, String, CancellationToken)

Gets the information about a role definition based on scope and name.

IRoleDefinitions.GetByScopeAsync(String, String, CancellationToken)

Gets the information about a role definition based on scope and name.

IRoleDefinitions.ListByScope(String)

List role definitions in a scope.

IRoleDefinitions.ListByScopeAsync(String, CancellationToken)

List role definitions in a scope.

ISupportsGettingById<IRoleDefinition>.GetById(String)

Applies to