FabricClient.NetworkManagementClient.GetDeployedNetworkCodePackageListAsync Method

Definition

Overloads

GetDeployedNetworkCodePackageListAsync(DeployedNetworkCodePackageQueryDescription)

Gets the details for all code packages deployed in a container network on a node. If the code packages 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.

GetDeployedNetworkCodePackageListAsync(DeployedNetworkCodePackageQueryDescription, TimeSpan, CancellationToken)

Gets the details for all code packages deployed in a container network on a node. If the code packages 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.

GetDeployedNetworkCodePackageListAsync(DeployedNetworkCodePackageQueryDescription)

Gets the details for all code packages deployed in a container network on a node. If the code packages 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.DeployedNetworkCodePackageList> GetDeployedNetworkCodePackageListAsync (System.Fabric.Description.DeployedNetworkCodePackageQueryDescription queryDescription);
member this.GetDeployedNetworkCodePackageListAsync : System.Fabric.Description.DeployedNetworkCodePackageQueryDescription -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedNetworkCodePackageList>
Public Function GetDeployedNetworkCodePackageListAsync (queryDescription As DeployedNetworkCodePackageQueryDescription) As Task(Of DeployedNetworkCodePackageList)

Parameters

Returns

Applies to

GetDeployedNetworkCodePackageListAsync(DeployedNetworkCodePackageQueryDescription, TimeSpan, CancellationToken)

Gets the details for all code packages deployed in a container network on a node. If the code packages 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.DeployedNetworkCodePackageList> GetDeployedNetworkCodePackageListAsync (System.Fabric.Description.DeployedNetworkCodePackageQueryDescription queryDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetDeployedNetworkCodePackageListAsync : System.Fabric.Description.DeployedNetworkCodePackageQueryDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedNetworkCodePackageList>
Public Function GetDeployedNetworkCodePackageListAsync (queryDescription As DeployedNetworkCodePackageQueryDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of DeployedNetworkCodePackageList)

Parameters

timeout
TimeSpan
cancellationToken
CancellationToken

Returns

Applies to