Partager via


IActiveDirectoryApplications Interface

Définition

Point d’entrée vers l’API de gestion des applications.

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)
Dérivé
Implémente

Propriétés

Inner

Point d’entrée vers l’API de gestion des applications.

(Hérité de IHasInner<T>)
Manager

Obtient le type de client manager de ce type de ressource.

(Hérité de IHasManager<ManagerT>)

Méthodes

Create(ICreatable<IFluentResourceT>[])

Crée un ensemble (lot) de ressources.

(Hérité de ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

Crée un ensemble (lot) de ressources.

(Hérité de ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

Crée un ensemble (lot) de ressources.

(Hérité de ISupportsBatchCreation<IFluentResourceT>)
Define(String)

Point d’entrée vers l’API de gestion des applications.

(Hérité de ISupportsCreating<T>)
DeleteById(String)

Supprime une ressource d’Azure, en l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Supprime une ressource d’Azure, en l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
GetById(String)

Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
GetByName(String)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel.

(Hérité de ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel.

(Hérité de ISupportsGettingByName<T>)
List()

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)

S’applique à