public sealed class GetSubnetworkRequest : IMessage<GetSubnetworkRequest>, IEquatable<GetSubnetworkRequest>, IDeepCloneable<GetSubnetworkRequest>, IBufferMessage, IMessage
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-03-21 UTC."],[[["The `GetSubnetworkRequest` class is a request message for retrieving details about a specific subnetwork and it is part of the `Google.Cloud.Compute.V1` namespace in the .NET library."],["This class is implemented with several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is also inherited from `Object`."],["The latest version available is 3.6.0, and there are multiple historical versions available, dating back to 1.0.0."],["The `GetSubnetworkRequest` class has properties for specifying the `Project`, `Region`, and `Subnetwork` to define the request."],["The class contains two constructors for creating a `GetSubnetworkRequest`, one default constructor and another which takes another `GetSubnetworkRequest` as a parameter."]]],[]]