public sealed class GetHealthCheckRequest : IMessage<GetHealthCheckRequest>, IEquatable<GetHealthCheckRequest>, IDeepCloneable<GetHealthCheckRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetHealthCheckRequest.
A request message for HealthChecks.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-04-02 UTC."],[[["This webpage provides reference documentation for the `GetHealthCheckRequest` class within the Compute Engine v1 API for .NET, specifically version 2.10.0 and its relation to other versions."],["The `GetHealthCheckRequest` class is used to formulate a request for the `HealthChecks.Get` method and inherits from `object` while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the available constructors for the `GetHealthCheckRequest` class, which include a default constructor and a copy constructor that accepts another `GetHealthCheckRequest` object as a parameter."],["Key properties of `GetHealthCheckRequest` include `HealthCheck` (the name of the health check resource to be returned) and `Project` (the ID of the project associated with the request), both of which are string type properties."],["It also contains a list of previous versions with links to those specific versions, the latest being 3.6.0."]]],[]]