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 documentation for the `InstancePropertiesPatch` class within the Google Cloud Compute Engine v1 API, specifically for the .NET library."],["The `InstancePropertiesPatch` class is used to represent and define changes to instance properties, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation covers the inheritance structure of `InstancePropertiesPatch`, showing that it inherits from `object` and provides a list of inherited members."],["The `InstancePropertiesPatch` class includes properties like `Labels` and `Metadata`, which are both `MapField` types that allow for key-value pair patching."],["Multiple versions of the library, ranging from version 1.0.0 to 3.6.0, are documented on this page, with 3.6.0 being the latest."]]],[]]