ActiveDirectoryGroupsImpl Class

Definition

The implementation of Users and its parent interfaces.

public class ActiveDirectoryGroupsImpl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CreatableResources<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryGroup,Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryGroupImpl,Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ADGroupInner>, Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryGroups, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryGroup.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.IGroupsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>
type ActiveDirectoryGroupsImpl = class
    inherit CreatableResources<IActiveDirectoryGroup, ActiveDirectoryGroupImpl, ADGroupInner>
    interface IActiveDirectoryGroups
    interface IBeta
    interface ISupportsListing<IActiveDirectoryGroup>
    interface ISupportsGettingById<IActiveDirectoryGroup>
    interface ISupportsGettingByName<IActiveDirectoryGroup>
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface IHasManager<GraphRbacManager>
    interface IHasInner<IGroupsOperations>
Public Class ActiveDirectoryGroupsImpl
Inherits CreatableResources(Of IActiveDirectoryGroup, ActiveDirectoryGroupImpl, ADGroupInner)
Implements IActiveDirectoryGroups, IBeta, IHasInner(Of IGroupsOperations), IHasManager(Of GraphRbacManager), ISupportsCreating(Of IBlank), ISupportsGettingById(Of IActiveDirectoryGroup), ISupportsGettingByName(Of IActiveDirectoryGroup), ISupportsListing(Of IActiveDirectoryGroup)
Inheritance
Implements

Properties

Inner

Methods

Create(ICreatable<IFluentResourceT>[]) (Inherited from CreatableResources<IFluentResourceT,FluentResourceT,InnerResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>) (Inherited from CreatableResources<IFluentResourceT,FluentResourceT,InnerResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken) (Inherited from CreatableResources<IFluentResourceT,FluentResourceT,InnerResourceT>)
Define(String)
DeleteById(String)
DeleteByIdAsync(String, CancellationToken)
GetById(String)
GetByIdAsync(String, CancellationToken)
GetByName(String)
GetByNameAsync(String, CancellationToken)
List()
ListAsync(Boolean, CancellationToken)
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(ADGroupInner)
WrapModel(InnerResourceT) (Inherited from ReadableWrappers<IFluentResourceT,FluentResourceT,InnerResourceT>)
WrapModel(String)

Explicit Interface Implementations

IHasManager<GraphRbacManager>.Manager
ISupportsGettingById<IActiveDirectoryGroup>.GetById(String)

Applies to