DeployedNetworkCodePackageQueryDescription Class
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.
Represents the query input used by GetDeployedNetworkCodePackageListAsync(DeployedNetworkCodePackageQueryDescription).
public sealed class DeployedNetworkCodePackageQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type DeployedNetworkCodePackageQueryDescription = class
inherit PagedQueryDescriptionBase
Public NotInheritable Class DeployedNetworkCodePackageQueryDescription
Inherits PagedQueryDescriptionBase
- Inheritance
Constructors
DeployedNetworkCodePackageQueryDescription() |
Initializes a new instance of the DeployedNetworkCodePackageQueryDescription class. |
Properties
ApplicationNameFilter |
Gets or sets the URI name of the application used to filter the code packages to query for. |
CodePackageNameFilter |
Gets or sets the code package name used to filter the code packages to query for. |
ContinuationToken |
Gets or sets the continuation token which can be used to retrieve the next page. (Inherited from PagedQueryDescriptionBase) |
MaxResults |
Gets or sets the max number of result items that can be returned per page. (Inherited from PagedQueryDescriptionBase) |
NetworkName |
Gets or sets the network name to query for. |
NodeName |
Gets or sets the node name to query for. |
ServiceManifestNameFilter |
Gets or sets the service manifest name used to filter the code packages to query for. |
Methods
ToString() |
Overrides ToString() method to print all content of the query description. (Inherited from PagedQueryDescriptionBase) |