FabricClient.NetworkManagementClient.GetApplicationNetworkListAsync Method

Definition

Overloads

GetApplicationNetworkListAsync(ApplicationNetworkQueryDescription)

Gets the details for all container networks an application is a member of. If the networks 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.

GetApplicationNetworkListAsync(ApplicationNetworkQueryDescription, TimeSpan, CancellationToken)

Gets the details for all container networks an application is a member of. If the networks 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.

GetApplicationNetworkListAsync(ApplicationNetworkQueryDescription)

Gets the details for all container networks an application is a member of. If the networks 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.ApplicationNetworkList> GetApplicationNetworkListAsync (System.Fabric.Description.ApplicationNetworkQueryDescription queryDescription);
member this.GetApplicationNetworkListAsync : System.Fabric.Description.ApplicationNetworkQueryDescription -> System.Threading.Tasks.Task<System.Fabric.Query.ApplicationNetworkList>
Public Function GetApplicationNetworkListAsync (queryDescription As ApplicationNetworkQueryDescription) As Task(Of ApplicationNetworkList)

Parameters

Returns

Applies to

GetApplicationNetworkListAsync(ApplicationNetworkQueryDescription, TimeSpan, CancellationToken)

Gets the details for all container networks an application is a member of. If the networks 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.ApplicationNetworkList> GetApplicationNetworkListAsync (System.Fabric.Description.ApplicationNetworkQueryDescription queryDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetApplicationNetworkListAsync : System.Fabric.Description.ApplicationNetworkQueryDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.ApplicationNetworkList>
Public Function GetApplicationNetworkListAsync (queryDescription As ApplicationNetworkQueryDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ApplicationNetworkList)

Parameters

timeout
TimeSpan
cancellationToken
CancellationToken

Returns

Applies to