HealthCheckRegistration.Tags 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 a list of tags that can be used for filtering health checks.
public:
property System::Collections::Generic::ISet<System::String ^> ^ Tags { System::Collections::Generic::ISet<System::String ^> ^ get(); };
public System.Collections.Generic.ISet<string> Tags { get; }
member this.Tags : System.Collections.Generic.ISet<string>
Public ReadOnly Property Tags As ISet(Of String)