public sealed class GetInterconnectRequest : IMessage<GetInterconnectRequest>, IEquatable<GetInterconnectRequest>, IDeepCloneable<GetInterconnectRequest>, IBufferMessage, IMessage
A request message for Interconnects.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-31 UTC."],[[["The `GetInterconnectRequest` class is used to request information about a specific interconnect, as seen within its description."],["The latest version of `GetInterconnectRequest` is 3.6.0, while the earliest available version is 1.0.0."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality comparison, deep cloning, and buffer manipulation."],["The `GetInterconnectRequest` class contains two constructors: a default constructor and a copy constructor that takes another `GetInterconnectRequest` object as a parameter."],["The class includes two main properties: `Interconnect`, which is a string representing the name of the interconnect to be returned, and `Project`, which is a string representing the project ID for the request."]]],[]]