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