ActiveDirectoryApplicationsImpl Class

Definition

The implementation of Applications and its parent interfaces.

public class ActiveDirectoryApplicationsImpl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CreatableResources<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication,Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplicationImpl,Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ApplicationInner>, Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplications, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.IApplicationsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>
type ActiveDirectoryApplicationsImpl = class
    inherit CreatableResources<IActiveDirectoryApplication, ActiveDirectoryApplicationImpl, ApplicationInner>
    interface IActiveDirectoryApplications
    interface IBeta
    interface ISupportsListing<IActiveDirectoryApplication>
    interface ISupportsGettingById<IActiveDirectoryApplication>
    interface ISupportsGettingByName<IActiveDirectoryApplication>
    interface ISupportsCreating<IBlank>
    interface ISupportsBatchCreation<IActiveDirectoryApplication>
    interface ISupportsDeletingById
    interface IHasManager<GraphRbacManager>
    interface IHasInner<IApplicationsOperations>
Public Class ActiveDirectoryApplicationsImpl
Inherits CreatableResources(Of IActiveDirectoryApplication, ActiveDirectoryApplicationImpl, ApplicationInner)
Implements IActiveDirectoryApplications, IBeta, IHasInner(Of IApplicationsOperations), IHasManager(Of GraphRbacManager), ISupportsBatchCreation(Of IActiveDirectoryApplication), ISupportsCreating(Of IBlank), ISupportsGettingById(Of IActiveDirectoryApplication), ISupportsGettingByName(Of IActiveDirectoryApplication), ISupportsListing(Of IActiveDirectoryApplication)
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(ApplicationInner)
WrapModel(InnerResourceT) (Inherited from ReadableWrappers<IFluentResourceT,FluentResourceT,InnerResourceT>)
WrapModel(String)

Explicit Interface Implementations

IHasManager<GraphRbacManager>.Manager
ISupportsCreating<IBlank>.Define(String)
ISupportsGettingById<IActiveDirectoryApplication>.GetById(String)

Applies to