Delen via


IApplicationOperations Interface

Definitie

ApplicationOperations-bewerkingen.

public interface IApplicationOperations
type IApplicationOperations = interface
Public Interface IApplicationOperations

Methoden

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

Hiermee voegt u een toepassing toe aan het opgegeven Batch-account.

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

Hiermee verwijdert u een toepassing.

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

Hiermee haalt u informatie op over de opgegeven toepassing.

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

Een lijst met alle toepassingen in het opgegeven account.

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

Een lijst met alle toepassingen in het opgegeven account.

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

Updates instellingen voor de opgegeven toepassing.

Extensiemethoden

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

Hiermee voegt u een toepassing toe aan het opgegeven Batch-account.

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

Hiermee voegt u een toepassing toe aan het opgegeven Batch-account.

Delete(IApplicationOperations, String, String, String)

Hiermee verwijdert u een toepassing.

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

Hiermee verwijdert u een toepassing.

Get(IApplicationOperations, String, String, String)

Hiermee haalt u informatie op over de opgegeven toepassing.

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

Hiermee haalt u informatie op over de opgegeven toepassing.

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

Een lijst met alle toepassingen in het opgegeven account.

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

Een lijst met alle toepassingen in het opgegeven account.

ListNext(IApplicationOperations, String)

Een lijst met alle toepassingen in het opgegeven account.

ListNextAsync(IApplicationOperations, String, CancellationToken)

Een lijst met alle toepassingen in het opgegeven account.

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

Updates instellingen voor de opgegeven toepassing.

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

Updates instellingen voor de opgegeven toepassing.

Van toepassing op