public sealed class GetRegionHealthCheckRequest : IMessage<GetRegionHealthCheckRequest>, IEquatable<GetRegionHealthCheckRequest>, IDeepCloneable<GetRegionHealthCheckRequest>, IBufferMessage, IMessage
A request message for RegionHealthChecks.Get. See the method description for details.
[[["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-21 UTC."],[[["This webpage details the `GetRegionHealthCheckRequest` class, which is used for requesting health check information within a specific region."],["The `GetRegionHealthCheckRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is found in the `Google.Cloud.Compute.V1.dll` assembly."],["The page lists multiple versions of the `GetRegionHealthCheckRequest` class, ranging from version 1.0.0 up to the latest version 3.6.0, to give the user access to all their previous versions."],["The class inherits from the `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetRegionHealthCheckRequest` include `HealthCheck`, `Project`, and `Region`, all of which are of string type and are essential for specifying the health check, the project, and the region respectively."]]],[]]