Freigeben über


IApplicationOperations Schnittstelle

Definition

ApplicationOperations-Vorgänge.

public interface IApplicationOperations
type IApplicationOperations = interface
Public Interface IApplicationOperations

Methoden

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

Fügt dem angegebenen Batch-Konto eine Anwendung hinzu.

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

Löscht eine Anwendung

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

Ruft Informationen zur angegebenen Anwendung ab.

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

Listet alle Anwendungen im angegebenen Konto auf.

ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Listet alle Anwendungen im angegebenen Konto auf.

UpdateWithHttpMessagesAsync(String, String, String, Application, Dictionary<String,List<String>>, CancellationToken)

Aktualisierungen Einstellungen für die angegebene Anwendung.

Erweiterungsmethoden

Create(IApplicationOperations, String, String, String, Application)

Fügt dem angegebenen Batch-Konto eine Anwendung hinzu.

CreateAsync(IApplicationOperations, String, String, String, Application, CancellationToken)

Fügt dem angegebenen Batch-Konto eine Anwendung hinzu.

Delete(IApplicationOperations, String, String, String)

Löscht eine Anwendung

DeleteAsync(IApplicationOperations, String, String, String, CancellationToken)

Löscht eine Anwendung

Get(IApplicationOperations, String, String, String)

Ruft Informationen zur angegebenen Anwendung ab.

GetAsync(IApplicationOperations, String, String, String, CancellationToken)

Ruft Informationen zur angegebenen Anwendung ab.

List(IApplicationOperations, String, String, Nullable<Int32>)

Listet alle Anwendungen im angegebenen Konto auf.

ListAsync(IApplicationOperations, String, String, Nullable<Int32>, CancellationToken)

Listet alle Anwendungen im angegebenen Konto auf.

ListNext(IApplicationOperations, String)

Listet alle Anwendungen im angegebenen Konto auf.

ListNextAsync(IApplicationOperations, String, CancellationToken)

Listet alle Anwendungen im angegebenen Konto auf.

Update(IApplicationOperations, String, String, String, Application)

Aktualisierungen Einstellungen für die angegebene Anwendung.

UpdateAsync(IApplicationOperations, String, String, String, Application, CancellationToken)

Aktualisierungen Einstellungen für die angegebene Anwendung.

Gilt für: