Delen via


ApplicationOperationsExtensions Klas

Definitie

Extensiemethoden voor ApplicationOperations.

public static class ApplicationOperationsExtensions
type ApplicationOperationsExtensions = class
Public Module ApplicationOperationsExtensions
Overname
ApplicationOperationsExtensions

Methoden

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