Freigeben über


IApplicationsOperations Schnittstelle

Definition

AnwendungenOperationsvorgänge.

public interface IApplicationsOperations
type IApplicationsOperations = interface
Public Interface IApplicationsOperations

Methoden

AddOwnerWithHttpMessagesAsync(String, AddOwnerParameters, Dictionary<String,List<String>>, CancellationToken)

Fügen Sie einer Anwendung einen Besitzer hinzu.

CreateWithHttpMessagesAsync(ApplicationCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Erstellen Sie eine neue Anwendung.

DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Löschen einer Anwendung.

GetServicePrincipalsIdByAppIdWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Ruft eine Objekt-ID für eine angegebene Anwendungs-ID vom aktuellen Mandanten ab.

GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Rufen Sie eine Anwendung nach Objekt-ID ab.

ListKeyCredentialsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Rufen Sie die keyCredentials ab, die einer Anwendung zugeordnet sind.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Ruft eine Liste der Anwendungen aus dem aktuellen Mandanten ab.

ListOwnersNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Verzeichnisobjekte, die Besitzer der Anwendung sind.

ListOwnersWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Verzeichnisobjekte, die Besitzer der Anwendung sind.

ListPasswordCredentialsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Rufen Sie die passwordCredentials ab, die einer Anwendung zugeordnet sind.

ListWithHttpMessagesAsync(ODataQuery<ApplicationInner>, Dictionary<String,List<String>>, CancellationToken)

Listet Anwendungen nach Filterparametern auf.

PatchWithHttpMessagesAsync(String, ApplicationUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Aktualisieren sie eine vorhandene Anwendung.

RemoveOwnerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Entfernen Sie ein Mitglied aus Besitzern.

UpdateKeyCredentialsWithHttpMessagesAsync(String, IList<KeyCredential>, Dictionary<String,List<String>>, CancellationToken)

Aktualisieren Sie die keyCredentials, die einer Anwendung zugeordnet sind.

UpdatePasswordCredentialsWithHttpMessagesAsync(String, IList<PasswordCredential>, Dictionary<String,List<String>>, CancellationToken)

Aktualisieren Sie passwordCredentials, die einer Anwendung zugeordnet sind.

Erweiterungsmethoden

AddOwnerAsync(IApplicationsOperations, String, AddOwnerParameters, CancellationToken)

Fügen Sie einer Anwendung einen Besitzer hinzu.

CreateAsync(IApplicationsOperations, ApplicationCreateParameters, CancellationToken)

Erstellen Sie eine neue Anwendung.

DeleteAsync(IApplicationsOperations, String, CancellationToken)

Löschen einer Anwendung.

GetAsync(IApplicationsOperations, String, CancellationToken)

Rufen Sie eine Anwendung nach Objekt-ID ab.

GetServicePrincipalsIdByAppIdAsync(IApplicationsOperations, String, CancellationToken)

Ruft eine Objekt-ID für eine angegebene Anwendungs-ID vom aktuellen Mandanten ab.

ListAsync(IApplicationsOperations, ODataQuery<ApplicationInner>, CancellationToken)

Listet Anwendungen nach Filterparametern auf.

ListKeyCredentialsAsync(IApplicationsOperations, String, CancellationToken)

Rufen Sie die keyCredentials ab, die einer Anwendung zugeordnet sind.

ListNextAsync(IApplicationsOperations, String, CancellationToken)

Ruft eine Liste der Anwendungen aus dem aktuellen Mandanten ab.

ListOwnersAsync(IApplicationsOperations, String, CancellationToken)

Verzeichnisobjekte, die Besitzer der Anwendung sind.

ListOwnersNextAsync(IApplicationsOperations, String, CancellationToken)

Verzeichnisobjekte, die Besitzer der Anwendung sind.

ListPasswordCredentialsAsync(IApplicationsOperations, String, CancellationToken)

Rufen Sie die passwordCredentials ab, die einer Anwendung zugeordnet sind.

PatchAsync(IApplicationsOperations, String, ApplicationUpdateParameters, CancellationToken)

Aktualisieren sie eine vorhandene Anwendung.

RemoveOwnerAsync(IApplicationsOperations, String, String, CancellationToken)

Entfernen Sie ein Mitglied aus Besitzern.

UpdateKeyCredentialsAsync(IApplicationsOperations, String, IList<KeyCredential>, CancellationToken)

Aktualisieren Sie die keyCredentials, die einer Anwendung zugeordnet sind.

UpdatePasswordCredentialsAsync(IApplicationsOperations, String, IList<PasswordCredential>, CancellationToken)

Aktualisieren Sie passwordCredentials, die einer Anwendung zugeordnet sind.

Gilt für: