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."],[[["The `GetManagementServerRequest` class is part of the Google Cloud Backup and DR Service v1 API and is used to request a specific management server instance."],["This class, `GetManagementServerRequest`, supports several versions, with the latest being 2.1.0, and it inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that takes an existing `GetManagementServerRequest` object for copying, as well as two properties that consist of `ManagementServerName`, and `Name`."],["The `Name` property of the class is used for the required resource name of the management server, using a specific format that includes project ID, location, and resource name."],["The `GetManagementServerRequest` class can be found in the `Google.Cloud.BackupDR.V1` namespace within the `Google.Cloud.BackupDR.V1.dll` assembly."]]],[]]