FabricClient.NetworkManagementClient.GetDeployedNetworkListAsync Method

Definition

Overloads

GetDeployedNetworkListAsync(DeployedNetworkQueryDescription, TimeSpan, CancellationToken)

Gets the details for all container networks deployed on a node. 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.

GetDeployedNetworkListAsync(DeployedNetworkQueryDescription)

Gets the details for all container networks deployed on a node. 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.

GetDeployedNetworkListAsync(DeployedNetworkQueryDescription, TimeSpan, CancellationToken)

Gets the details for all container networks deployed on a node. 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.DeployedNetworkList> GetDeployedNetworkListAsync (System.Fabric.Description.DeployedNetworkQueryDescription queryDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetDeployedNetworkListAsync : System.Fabric.Description.DeployedNetworkQueryDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedNetworkList>
Public Function GetDeployedNetworkListAsync (queryDescription As DeployedNetworkQueryDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of DeployedNetworkList)

Parameters

timeout
TimeSpan
cancellationToken
CancellationToken

Returns

Applies to

GetDeployedNetworkListAsync(DeployedNetworkQueryDescription)

Gets the details for all container networks deployed on a node. 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.DeployedNetworkList> GetDeployedNetworkListAsync (System.Fabric.Description.DeployedNetworkQueryDescription queryDescription);
member this.GetDeployedNetworkListAsync : System.Fabric.Description.DeployedNetworkQueryDescription -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedNetworkList>
Public Function GetDeployedNetworkListAsync (queryDescription As DeployedNetworkQueryDescription) As Task(Of DeployedNetworkList)

Parameters

Returns

Applies to