public sealed class ExportLockInfoRequest : IMessage<ExportLockInfoRequest>, IEquatable<ExportLockInfoRequest>, IDeepCloneable<ExportLockInfoRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class ExportLockInfoRequest.
A request to get a state file lock info passed to a 'ExportLockInfo' 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 documentation for the `ExportLockInfoRequest` class within the Infrastructure Manager v1 API."],["The `ExportLockInfoRequest` class is used to request information about a state file lock and is implemented in the namespace `Google.Cloud.Config.V1`."],["The class has two constructors: a default constructor, and one that takes another `ExportLockInfoRequest` instance as a parameter."],["It contains properties for `DeploymentName` of type `DeploymentName` and `Name` of type string, for which the latter is required and is the name of the deployment."],["This class is version 1.1.0, but the latest version is 1.7.0, and there are other versions available between 1.0.0 and 1.6.0."]]],[]]