public sealed class GetInstanceGroupManagerRequest : IMessage<GetInstanceGroupManagerRequest>, IEquatable<GetInstanceGroupManagerRequest>, IDeepCloneable<GetInstanceGroupManagerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstanceGroupManagerRequest.
A request message for InstanceGroupManagers.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 document provides reference documentation for the `GetInstanceGroupManagerRequest` class within the Google.Cloud.Compute.V1 API, specifically version 2.4.0."],["The `GetInstanceGroupManagerRequest` class is used to send a request to retrieve information about a specific instance group manager and implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The latest version of this class is 3.6.0, with the document containing links to versions from 1.0.0 up to the latest, and can be found in the [Google.Cloud.Compute.V1](/dotnet/docs/reference/Google.Cloud.Compute.V1/2.4.0/Google.Cloud.Compute.V1) namespace."],["The class has properties for `InstanceGroupManager`, `Project`, and `Zone`, which are used to identify the specific instance group manager being queried."],["The class implements constructors to either initialize a new request object, or a clone of an existing request object."]]],[]]