DeployedApplicationHealthStateFilter.NodeNameFilter Property

Definition

Gets or sets the node name filter.

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

Property Value

The node name filter.

Remarks

If not specified, all deployed applications that match the parent filters (if any) are taken into consideration and matched against the other filter members, like health state filter. Otherwise, the filter only applies to applications deployed on the specified node.

Applies to