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."],[[["The `LockDeploymentRequest` class is part of the Infrastructure Manager v1 API and is used to create requests for locking a deployment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The latest version of the `LockDeploymentRequest` documentation is version 1.7.0, and older versions back to 1.0.0 are also available."],["The `LockDeploymentRequest` class contains properties such as `DeploymentName` and `Name`, which are essential for identifying the deployment to be locked."],["It can be instantiated using a default constructor, `LockDeploymentRequest()`, or another constructor, `LockDeploymentRequest(LockDeploymentRequest other)`, that allows for the creation of a new object, based on the content of another."]]],[]]