다음을 통해 공유


PagedDeployedApplicationQueryDescription.ApplicationNameFilter Property

Definition

Gets or sets the application name to get details for.

public Uri ApplicationNameFilter { get; set; }
member this.ApplicationNameFilter : Uri with get, set
Public Property ApplicationNameFilter As Uri

Property Value

Uri

Remarks

Defaults to null, which matches all the application names on the given node. If an application name is provided, a DeployedApplicationPagedList containing one item will be returned.

This parameter matches against the case sensitive exact application names. For example, the value "fabric:/Test" does not match "fabric:/TestApp" because it is only a partial match. To request all the applications on the given node, do not set this value. An empty DeployedApplicationPagedList will be returned if the name does not match any applications on the node.

Applies to