public sealed class GetGlobalPublicDelegatedPrefixeRequest : IMessage<GetGlobalPublicDelegatedPrefixeRequest>, IEquatable<GetGlobalPublicDelegatedPrefixeRequest>, IDeepCloneable<GetGlobalPublicDelegatedPrefixeRequest>, IBufferMessage, IMessage
A request message for GlobalPublicDelegatedPrefixes.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-24 UTC."],[[["The latest version of the `GetGlobalPublicDelegatedPrefixeRequest` is 3.6.0, with versions ranging from 1.0.0 to 3.6.0 available for reference."],["`GetGlobalPublicDelegatedPrefixeRequest` is a request message used for retrieving information about global public delegated prefixes."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality checks, deep cloning, and buffered message operations."],["The class `GetGlobalPublicDelegatedPrefixeRequest` has two constructors: a default constructor and a copy constructor that accepts another `GetGlobalPublicDelegatedPrefixeRequest` instance."],["It contains two key properties: `Project`, which represents the project ID, and `PublicDelegatedPrefix`, which specifies the name of the PublicDelegatedPrefix resource to be retrieved."]]],[]]