public sealed class GetHealthBackendServiceRequest : IMessage<GetHealthBackendServiceRequest>, IEquatable<GetHealthBackendServiceRequest>, IDeepCloneable<GetHealthBackendServiceRequest>, IBufferMessage, IMessage
A request message for BackendServices.GetHealth. 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-24 UTC."],[[["The latest version of the `GetHealthBackendServiceRequest` is 3.6.0, while a range of prior versions from 1.0.0 to 3.5.0 are also documented and accessible."],["`GetHealthBackendServiceRequest` is a request message used for retrieving the health status of a BackendService, as part of the `Google.Cloud.Compute.V1` namespace."],["The class `GetHealthBackendServiceRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The class includes constructors for creating instances, and properties to define `BackendService`, `Project`, and `ResourceGroupReferenceResource`, which are essential for specifying the request parameters."],["The `GetHealthBackendServiceRequest` is found within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]