FabricClient.NetworkManagementClient.GetDeployedNetworkListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetDeployedNetworkListAsync(DeployedNetworkQueryDescription, TimeSpan, CancellationToken) | |
GetDeployedNetworkListAsync(DeployedNetworkQueryDescription) |
GetDeployedNetworkListAsync(DeployedNetworkQueryDescription, TimeSpan, CancellationToken)
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
- queryDescription
- DeployedNetworkQueryDescription
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<DeployedNetworkList>
Applies to
GetDeployedNetworkListAsync(DeployedNetworkQueryDescription)
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
- queryDescription
- DeployedNetworkQueryDescription
Returns
System.Threading.Tasks.Task<DeployedNetworkList>