public sealed class GetDiagnosticsInterconnectRequest : IMessage<GetDiagnosticsInterconnectRequest>, IEquatable<GetDiagnosticsInterconnectRequest>, IDeepCloneable<GetDiagnosticsInterconnectRequest>, IBufferMessage, IMessage
A request message for Interconnects.GetDiagnostics. 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-24 UTC."],[[["The latest version of the `GetDiagnosticsInterconnectRequest` is 3.6.0, while version 2.0.0 is also highlighted in the content as a version that is heavily referenced."],["The `GetDiagnosticsInterconnectRequest` class is used to request diagnostics for interconnects and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDiagnosticsInterconnectRequest` class contains two key properties: `Interconnect`, representing the name of the interconnect resource, and `Project`, representing the project ID for the request, both are of type string."],["The class includes two constructors: a parameterless constructor `GetDiagnosticsInterconnectRequest()` and another that accepts an existing `GetDiagnosticsInterconnectRequest` object as a parameter."],["The content lists several versions of the `GetDiagnosticsInterconnectRequest`, starting from 1.0.0 up to 3.6.0, with associated links to their respective documentation."]]],[]]