IActiveDirectoryApplications Interface

Definition

Entry point to application management API.

public interface 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.ISupportsDeletingById, 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 IActiveDirectoryApplications = interface
    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 Interface IActiveDirectoryApplications
Implements IBeta, IHasInner(Of IApplicationsOperations), IHasManager(Of GraphRbacManager), ISupportsBatchCreation(Of IActiveDirectoryApplication), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IActiveDirectoryApplication), ISupportsGettingByName(Of IActiveDirectoryApplication), ISupportsListing(Of IActiveDirectoryApplication)
Derived
Implements

Properties

Inner (Inherited from IHasInner<T>)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)

Methods

Create(ICreatable<IFluentResourceT>[])

Creates a set (batch) of resources.

(Inherited from ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

Creates a set (batch) of resources.

(Inherited from ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

Creates a set (batch) of resources.

(Inherited from ISupportsBatchCreation<IFluentResourceT>)
Define(String) (Inherited from ISupportsCreating<T>)
DeleteById(String)

Deletes a resource from Azure, identifying it by its resource ID.

(Inherited from ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Deletes a resource from Azure, identifying it by its resource ID.

(Inherited from ISupportsDeletingById)
GetById(String)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByName(String)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<T>)
List()

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)

Applies to