FabricClient.NetworkManagementClient.GetNetworkListAsync Method

Definition

Overloads

GetNetworkListAsync()

Gets the details for all container networks in the cluster. 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.

GetNetworkListAsync(NetworkQueryDescription)

Gets the details for all container networks in the cluster. 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.

GetNetworkListAsync(NetworkQueryDescription, TimeSpan, CancellationToken)

Gets the details for all container networks in the cluster. 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.

GetNetworkListAsync()

Gets the details for all container networks in the cluster. 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.NetworkList> GetNetworkListAsync ();
member this.GetNetworkListAsync : unit -> System.Threading.Tasks.Task<System.Fabric.Query.NetworkList>
Public Function GetNetworkListAsync () As Task(Of NetworkList)

Returns

Applies to

GetNetworkListAsync(NetworkQueryDescription)

Gets the details for all container networks in the cluster. 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.NetworkList> GetNetworkListAsync (System.Fabric.Description.NetworkQueryDescription queryDescription);
member this.GetNetworkListAsync : System.Fabric.Description.NetworkQueryDescription -> System.Threading.Tasks.Task<System.Fabric.Query.NetworkList>
Public Function GetNetworkListAsync (queryDescription As NetworkQueryDescription) As Task(Of NetworkList)

Parameters

queryDescription
NetworkQueryDescription

Returns

Applies to

GetNetworkListAsync(NetworkQueryDescription, TimeSpan, CancellationToken)

Gets the details for all container networks in the cluster. 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.NetworkList> GetNetworkListAsync (System.Fabric.Description.NetworkQueryDescription queryDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetNetworkListAsync : System.Fabric.Description.NetworkQueryDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.NetworkList>
Public Function GetNetworkListAsync (queryDescription As NetworkQueryDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of NetworkList)

Parameters

queryDescription
NetworkQueryDescription
timeout
TimeSpan
cancellationToken
CancellationToken

Returns

Applies to