FabricClient.QueryClient.GetDeployedApplicationListAsync 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
GetDeployedApplicationListAsync(String, Uri) | |
GetDeployedApplicationListAsync(String) | |
GetDeployedApplicationListAsync(String, Uri, TimeSpan, CancellationToken) |
GetDeployedApplicationListAsync(String, Uri)
public System.Threading.Tasks.Task<System.Fabric.Query.DeployedApplicationList> GetDeployedApplicationListAsync(string nodeName, Uri applicationNameFilter);
member this.GetDeployedApplicationListAsync : string * Uri -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedApplicationList>
Public Function GetDeployedApplicationListAsync (nodeName As String, applicationNameFilter As Uri) As Task(Of DeployedApplicationList)
Parameters
- nodeName
- System.String
- applicationNameFilter
- System.Uri
Returns
System.Threading.Tasks.Task<DeployedApplicationList>
Applies to
GetDeployedApplicationListAsync(String)
public System.Threading.Tasks.Task<System.Fabric.Query.DeployedApplicationList> GetDeployedApplicationListAsync(string nodeName);
member this.GetDeployedApplicationListAsync : string -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedApplicationList>
Public Function GetDeployedApplicationListAsync (nodeName As String) As Task(Of DeployedApplicationList)
Parameters
- nodeName
- System.String
Returns
System.Threading.Tasks.Task<DeployedApplicationList>
Applies to
GetDeployedApplicationListAsync(String, Uri, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task<System.Fabric.Query.DeployedApplicationList> GetDeployedApplicationListAsync(string nodeName, Uri applicationNameFilter, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetDeployedApplicationListAsync : string * Uri * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedApplicationList>
Public Function GetDeployedApplicationListAsync (nodeName As String, applicationNameFilter As Uri, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of DeployedApplicationList)
Parameters
- nodeName
- System.String
- applicationNameFilter
- System.Uri
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<DeployedApplicationList>