public sealed class InstancePropertiesPatch : IMessage<InstancePropertiesPatch>, IEquatable<InstancePropertiesPatch>, IDeepCloneable<InstancePropertiesPatch>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InstancePropertiesPatch.
Represents the change that you want to make to the instance properties.
[[["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 reference documentation for the `InstancePropertiesPatch` class within the Google.Cloud.Compute.V1 API for .NET, covering versions from 1.0.0 up to the latest 3.6.0."],["The `InstancePropertiesPatch` class is used to represent changes to instance properties and it inherits from the object class while implementing multiple interfaces, such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class has two constructors: a default one and another that accepts an `InstancePropertiesPatch` object for copying."],["It includes two properties: `Labels` and `Metadata`, both of which are `MapField` types used to manage key-value pairs for patching instance labels and metadata, respectively."],["The content provided shows that version 3.5.0 is currently highlighted, although version 3.6.0 is available as the most recent release."]]],[]]