public sealed class UnlockDeploymentRequest : IMessage<UnlockDeploymentRequest>, IEquatable<UnlockDeploymentRequest>, IDeepCloneable<UnlockDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class UnlockDeploymentRequest.
A request to unlock a state file passed to a 'UnlockDeployment' 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-05-02 UTC."],[[["The latest version of the `UnlockDeploymentRequest` class is 1.7.0, and this page provides documentation for it and older versions, down to 1.0.0."],["`UnlockDeploymentRequest` is part of the Infrastructure Manager v1 API, designed to facilitate unlocking a state file for a `UnlockDeployment` call."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UnlockDeploymentRequest` class has properties such as `DeploymentName`, `LockId`, and `Name`, which are used for specifying the deployment and lock file details."],["There are two constructors, a parameterless constructor and one that takes another `UnlockDeploymentRequest` instance as an argument."]]],[]]