DeployedNetworkCodePackageQueryDescription Class

Definition

public sealed class DeployedNetworkCodePackageQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type DeployedNetworkCodePackageQueryDescription = class
    inherit PagedQueryDescriptionBase
Public NotInheritable Class DeployedNetworkCodePackageQueryDescription
Inherits PagedQueryDescriptionBase
Inheritance
DeployedNetworkCodePackageQueryDescription

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)

Applies to