public sealed class UpdateNetworkRequest : IMessage<UpdateNetworkRequest>, IEquatable<UpdateNetworkRequest>, IDeepCloneable<UpdateNetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class UpdateNetworkRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `UpdateNetworkRequest` class is used to request updates to a network within the Bare Metal Solution v2 API."],["The latest version of `UpdateNetworkRequest` is 1.7.0, with several previous versions available for reference."],["This class inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateNetworkRequest` class has two constructors, one default and one that takes another `UpdateNetworkRequest` instance."],["The class provides properties to specify the network to update and the specific fields to be modified, including `Network` and `UpdateMask` properties."]]],[]]