FabricClient.NetworkManagementClient.GetNetworkNodeListAsync Method

Definition

Overloads

GetNetworkNodeListAsync(NetworkNodeQueryDescription)

Gets the details for all nodes in the container network. If the nodes 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.

GetNetworkNodeListAsync(NetworkNodeQueryDescription, TimeSpan, CancellationToken)

Gets the details for all nodes in the container network. If the nodes 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.

GetNetworkNodeListAsync(NetworkNodeQueryDescription)

Gets the details for all nodes in the container network. If the nodes 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.NetworkNodeList> GetNetworkNodeListAsync (System.Fabric.Description.NetworkNodeQueryDescription queryDescription);
member this.GetNetworkNodeListAsync : System.Fabric.Description.NetworkNodeQueryDescription -> System.Threading.Tasks.Task<System.Fabric.Query.NetworkNodeList>
Public Function GetNetworkNodeListAsync (queryDescription As NetworkNodeQueryDescription) As Task(Of NetworkNodeList)

Parameters

queryDescription
NetworkNodeQueryDescription

Returns

Applies to

GetNetworkNodeListAsync(NetworkNodeQueryDescription, TimeSpan, CancellationToken)

Gets the details for all nodes in the container network. If the nodes 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.NetworkNodeList> GetNetworkNodeListAsync (System.Fabric.Description.NetworkNodeQueryDescription queryDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetNetworkNodeListAsync : System.Fabric.Description.NetworkNodeQueryDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.NetworkNodeList>
Public Function GetNetworkNodeListAsync (queryDescription As NetworkNodeQueryDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of NetworkNodeList)

Parameters

queryDescription
NetworkNodeQueryDescription
timeout
TimeSpan
cancellationToken
CancellationToken

Returns

Applies to