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-03-21 UTC."],[[["This document provides reference information for the `UnlockDeploymentRequest` class within the Google Cloud Config V1 API for .NET, specifically version 1.3.0."],["The `UnlockDeploymentRequest` class is used to request the unlocking of a state file, supporting implementations for `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UnlockDeploymentRequest` class include `DeploymentName` for a typed view of the resource name, `LockId` which is the required ID to unlock the file, and `Name` which represents the deployment's resource name."],["The document also lists available versions of this class, ranging from version 1.0.0 to 1.7.0 with 1.7.0 being the latest."]]],[]]