public sealed class LockDeploymentRequest : IMessage<LockDeploymentRequest>, IEquatable<LockDeploymentRequest>, IDeepCloneable<LockDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class LockDeploymentRequest.
A request to lock a deployment passed to a 'LockDeployment' call.
[[["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."],[[["This page provides reference documentation for the `LockDeploymentRequest` class within the Google Cloud Config V1 API, specifically for version 1.4.0, which is used to lock a deployment."],["The `LockDeploymentRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object` and allowing for deep cloning and message handling."],["The class has properties such as `DeploymentName` and `Name`, where `Name` is a required property that specifies the full resource name of the deployment in a specific format, and the `DeploymentName` property is a typed view of the name."],["There are different versions of the `LockDeploymentRequest` available, ranging from version 1.0.0 to the latest version 1.7.0."],["The `LockDeploymentRequest` class includes constructors that allow for the creation of a new instance, or from an existing `LockDeploymentRequest` object."]]],[]]