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, a part of the Google Cloud Infrastructure Manager v1 API, specifically within version 1.3.0 of the .NET library."],["The `LockDeploymentRequest` class is used to construct requests to lock a deployment, as part of a `LockDeployment` call within the API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The `LockDeploymentRequest` class has properties such as `DeploymentName` and `Name`, the latter being a required field that defines the name of the deployment to be locked, following a specific format."],["The `LockDeploymentRequest` class has two constructors, one default constructor that takes no parameters and one that takes another `LockDeploymentRequest` as a parameter."]]],[]]