Gets the list of service packages deployed on a Service Fabric node.
Returns the information about the service packages deployed on a Service Fabric node for the given application.
The name of the node.
The identity of the application. This is typically the full name of the application without the 'fabric:' URI scheme.
Starting from version 6.0, hierarchical names are delimited with the "" character.
For example, if the application name is "fabric:/myapp/app1", the application identity would be
"myappapp1" in 6.0+ and "myapp/app1" in previous versions.
The name of the service package.