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-24 UTC."],[[["This webpage provides documentation for the `GetInstanceGroupManagerRequest` class within the Google.Cloud.Compute.V1 API, specifically for .NET development."],["The latest version available is 3.6.0, and the page also lists previous versions down to 1.0.0, for which you can view documentation for each."],["`GetInstanceGroupManagerRequest` is used to send a request to retrieve details about a specific instance group manager."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities related to message handling and object cloning."],["Key properties within `GetInstanceGroupManagerRequest` include `InstanceGroupManager`, `Project`, and `Zone`, all of which are strings and are used to specify which instance group manager to get."]]],[]]