ApplicationHealthStateFilter.ApplicationTypeNameFilter 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 type name filter.
public string ApplicationTypeNameFilter { get; set; }
member this.ApplicationTypeNameFilter : string with get, set
Public Property ApplicationTypeNameFilter As String
Property Value
The application type name filter.
Remarks
If specified, the filter applies to all applications of specified application type that don't have a more specific filter (for a specific application name). For an application to match the filter, its aggregated health state must match the specified health state filter.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET