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-06-12 UTC."],[[["This webpage provides reference documentation for the `LockDeploymentRequest` class within the Google Cloud Config V1 API for .NET."],["The `LockDeploymentRequest` class is used to create a request to lock a deployment via the 'LockDeployment' call, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class is found in the `Google.Cloud.Config.V1` namespace, and it includes properties like `DeploymentName` and `Name`, which is required and represents the resource name of the deployment."],["The latest version of the documentation is for version 1.7.0, while this specific documentation is for version 1.5.0, and there are also documentation links for versions from 1.0.0 to 1.6.0."]]],[]]