İngilizce dilinde oku

Aracılığıyla paylaş


ApplicationsClient Interface

public interface ApplicationsClient

An instance of this class provides access to all the operations defined in ApplicationsClient.

Method Summary

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

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

abstract PagedIterable<ApplicationInner> 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

Azure SDK for Java

Preview