public sealed class NetworkEndpointGroupsListEndpointsRequest : IMessage<NetworkEndpointGroupsListEndpointsRequest>, IEquatable<NetworkEndpointGroupsListEndpointsRequest>, IDeepCloneable<NetworkEndpointGroupsListEndpointsRequest>, IBufferMessage, IMessage
Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided.
Check the HealthStatus enum for the list of possible values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The latest version of `NetworkEndpointGroupsListEndpointsRequest` is 3.6.0, but this page is showing version 2.3.0."],["This documentation provides a comprehensive list of all available versions of `NetworkEndpointGroupsListEndpointsRequest`, ranging from version 1.0.0 up to version 3.6.0."],["`NetworkEndpointGroupsListEndpointsRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NetworkEndpointGroupsListEndpointsRequest` class has properties such as `HasHealthStatus` (a boolean) and `HealthStatus` (a string) that are used to manage the health status of network endpoints."],["The `NetworkEndpointGroupsListEndpointsRequest` class has two constructors: a default one and another one that takes another `NetworkEndpointGroupsListEndpointsRequest` as a parameter."]]],[]]