Share via


FabricClient.NetworkManagementClient.GetNetworkApplicationListAsync Method

Definition

Overloads

GetNetworkApplicationListAsync(NetworkApplicationQueryDescription)

Gets the details for all applications in the container network. If the applications do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page.

GetNetworkApplicationListAsync(NetworkApplicationQueryDescription, TimeSpan, CancellationToken)

Gets the details for all applications in the container network. If the applications do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page.

GetNetworkApplicationListAsync(NetworkApplicationQueryDescription)

Gets the details for all applications in the container network. If the applications do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page.

public System.Threading.Tasks.Task<System.Fabric.Query.NetworkApplicationList> GetNetworkApplicationListAsync (System.Fabric.Description.NetworkApplicationQueryDescription queryDescription);
member this.GetNetworkApplicationListAsync : System.Fabric.Description.NetworkApplicationQueryDescription -> System.Threading.Tasks.Task<System.Fabric.Query.NetworkApplicationList>
Public Function GetNetworkApplicationListAsync (queryDescription As NetworkApplicationQueryDescription) As Task(Of NetworkApplicationList)

Parameters

Returns

Applies to

GetNetworkApplicationListAsync(NetworkApplicationQueryDescription, TimeSpan, CancellationToken)

Gets the details for all applications in the container network. If the applications do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page.

public System.Threading.Tasks.Task<System.Fabric.Query.NetworkApplicationList> GetNetworkApplicationListAsync (System.Fabric.Description.NetworkApplicationQueryDescription queryDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetNetworkApplicationListAsync : System.Fabric.Description.NetworkApplicationQueryDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.NetworkApplicationList>
Public Function GetNetworkApplicationListAsync (queryDescription As NetworkApplicationQueryDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of NetworkApplicationList)

Parameters

timeout
TimeSpan
cancellationToken
CancellationToken

Returns

Applies to