public sealed class GetDatacenterConnectorRequest : IMessage<GetDatacenterConnectorRequest>, IEquatable<GetDatacenterConnectorRequest>, IDeepCloneable<GetDatacenterConnectorRequest>, IBufferMessage, IMessage
Request message for 'GetDatacenterConnector' request.
[[["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 `GetDatacenterConnectorRequest` class is a request message used to retrieve a specific DatacenterConnector."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["It provides constructors for both default initialization and copying an existing `GetDatacenterConnectorRequest` object."],["The class includes properties such as `DatacenterConnectorName` and `Name`, which are used to identify the requested DatacenterConnector."],["The latest version of the documentation is version 2.6.0, with several previous versions also available, ranging down to 1.0.0."]]],[]]