public sealed class GetSubnetRequest : IMessage<GetSubnetRequest>, IEquatable<GetSubnetRequest>, IDeepCloneable<GetSubnetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class GetSubnetRequest.
[[["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 `GetSubnetRequest` class is a message type used to request a subnet within the Distributed Cloud Edge Network v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality comparison, deep cloning, and buffer message operations."],["The `GetSubnetRequest` class has two constructors: a default constructor and a copy constructor, which takes another `GetSubnetRequest` as a parameter."],["It has properties `Name`, which is a required string that denotes the name of the requested resource, and `SubnetName`, a strongly-typed view of the Name resource name property."],["The latest version of this class is 1.4.0 and there are also previous versions available, including 1.3.0, 1.2.0, 1.1.0, and 1.0.0."]]],[]]