public sealed class GetInterconnectRequest : IMessage<GetInterconnectRequest>, IEquatable<GetInterconnectRequest>, IDeepCloneable<GetInterconnectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class GetInterconnectRequest.
[[["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-07-02 UTC."],[[["This document provides reference documentation for the `GetInterconnectRequest` class within the Distributed Cloud Edge Network v1 API, specifically for version 1.1.0."],["`GetInterconnectRequest` is a message class used for retrieving an Interconnect resource and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a default constructor and a copy constructor, allowing for the creation of new `GetInterconnectRequest` objects or copies of existing ones."],["It has two key properties: `InterconnectName`, which is a typed view of the resource name, and `Name`, which is a string representing the required name of the resource."],["The document details the inheritance and implemented interfaces of `GetInterconnectRequest` in addition to its constructors and properties."]]],[]]