public sealed class DiagnoseNetworkRequest : IMessage<DiagnoseNetworkRequest>, IEquatable<DiagnoseNetworkRequest>, IDeepCloneable<DiagnoseNetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class DiagnoseNetworkRequest.
Message for requesting the diagnostics of a network within a specific zone.
[[["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 `DiagnoseNetworkRequest` class is used to request diagnostics for a network within a specific zone in the Distributed Cloud Edge Network v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `DiagnoseNetworkRequest` class has two constructors: a default constructor and a copy constructor that takes another `DiagnoseNetworkRequest` object as a parameter."],["The `Name` property is required and represents the name of the network resource, while the `NetworkName` property provides a typed view of this resource name."],["There are five different versions of this document available, with 1.4.0 being the most recent, while this specific page is for version 1.2.0."]]],[]]