PagedDeployedApplicationQueryDescription.ApplicationNameFilter Property
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.
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
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
Azure SDK for .NET