public sealed class GetManagementServerRequest : IMessage<GetManagementServerRequest>, IEquatable<GetManagementServerRequest>, IDeepCloneable<GetManagementServerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class GetManagementServerRequest.
Request message for getting a management server instance.
[[["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 `GetManagementServerRequest` class within the Backup and DR Service v1 API, specifically for version 1.1.0."],["The `GetManagementServerRequest` class is used to request a management server instance and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes a `ManagementServerName` property, which is a typed view over the `Name` resource name property, and a `Name` property, which represents the management server resource name."],["The `GetManagementServerRequest` class has two constructors, a default constructor and one that takes another `GetManagementServerRequest` as a parameter, allowing for the creation of new instances."],["This class is found within the `Google.Cloud.BackupDR.V1` namespace, located in the `Google.Cloud.BackupDR.V1.dll` assembly, offering a specific set of functionalities related to management server requests."]]],[]]