IApplicationOperations Interface

Definition

ApplicationOperations operations.

public interface IApplicationOperations
type IApplicationOperations = interface
Public Interface IApplicationOperations

Methods

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

Gets information about the specified Application.

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

Lists all of the applications available in the specified Account.

ListWithHttpMessagesAsync(ApplicationListOptions, Dictionary<String,List<String>>, CancellationToken)

Lists all of the applications available in the specified Account.

Extension Methods

Get(IApplicationOperations, String, ApplicationGetOptions)

Gets information about the specified Application.

GetAsync(IApplicationOperations, String, ApplicationGetOptions, CancellationToken)

Gets information about the specified Application.

List(IApplicationOperations, ApplicationListOptions)

Lists all of the applications available in the specified Account.

ListAsync(IApplicationOperations, ApplicationListOptions, CancellationToken)

Lists all of the applications available in the specified Account.

ListNext(IApplicationOperations, String, ApplicationListNextOptions)

Lists all of the applications available in the specified Account.

ListNextAsync(IApplicationOperations, String, ApplicationListNextOptions, CancellationToken)

Lists all of the applications available in the specified Account.

Applies to