Share via


PagedDeployedServicePackageQueryDescription.ServiceManifestNameFilter Property

Definition

Gets or sets the service manifest name to get details for.

public string ServiceManifestNameFilter { get; set; }
member this.ServiceManifestNameFilter : string with get, set
Public Property ServiceManifestNameFilter As String

Property Value

Remarks

Defaults to null, which returns all service packages for the given application within page size limits. The service manifest names can be found in the application manifest.

This query filters results to include only those service packages with the provided service manifest name. This parameter matches against the case sensitive exact service manifest names. For example, the value "Name" does not match "Name2" because it is only a partial match. An empty DeployedServicePackagePagedList will be returned if the name does not match any service manifests on the node.

Applies to