public sealed class GetSubnetworkRequest : IMessage<GetSubnetworkRequest>, IEquatable<GetSubnetworkRequest>, IDeepCloneable<GetSubnetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetSubnetworkRequest.
A request message for Subnetworks.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-04-09 UTC."],[[["This webpage provides documentation for the `GetSubnetworkRequest` class within the Google Compute Engine v1 API for .NET, specifically version 3.3.0."],["The `GetSubnetworkRequest` class is used to send requests for retrieving details about a specific subnetwork, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes properties like `Project`, `Region`, and `Subnetwork`, which are used to define the scope and target of the subnetwork retrieval request."],["There are multiple versions of the API documented, ranging from version 1.0.0 up to the latest version 3.6.0, where you can access the documentation of `GetSubnetworkRequest` for each version."],["The page details the constructors and properties of `GetSubnetworkRequest`, along with their types and descriptions, to give developers a complete guide to understand how to use this class."]]],[]]