public sealed class GetNetworkEdgeSecurityServiceRequest : IMessage<GetNetworkEdgeSecurityServiceRequest>, IEquatable<GetNetworkEdgeSecurityServiceRequest>, IDeepCloneable<GetNetworkEdgeSecurityServiceRequest>, IBufferMessage, IMessage
A request message for NetworkEdgeSecurityServices.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-21 UTC."],[[["The latest version of the `GetNetworkEdgeSecurityServiceRequest` is 3.6.0, and the page provides links to various prior versions, down to version 1.0.0."],["`GetNetworkEdgeSecurityServiceRequest` is a request message used to retrieve information about a network edge security service and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the `Object` class and provides functionalities like getting the hash code, type, memberwise cloning, and string representation from its inherited members."],["The `GetNetworkEdgeSecurityServiceRequest` class has properties to specify the `NetworkEdgeSecurityService` name, the `Project` ID, and the `Region` name for a specific request."],["The class has two constructors to create an instance, either default or by copying an already existing instance."]]],[]]