Applications Interface

public interface Applications

Resource collection API of Applications.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<Application> list()

Get a list of all relevant applications over a subscription level scope.

abstract PagedIterable<Application> list(Context context)

Get a list of all relevant applications over a subscription level scope.

Method Details

list

public abstract PagedIterable list()

Get a list of all relevant applications over a subscription level scope.

Returns:

a list of all relevant applications over a subscription level scope as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

Get a list of all relevant applications over a subscription level scope.

Parameters:

context - The context to associate with this operation.

Returns:

a list of all relevant applications over a subscription level scope as paginated response with PagedIterable<T>.

Applies to