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 Google Cloud Config v1 API, specifically version 1.2.0, detailing its usage in .NET environments."],["`ExportLockInfoRequest` is a class used to request information about a state file lock, necessary for a 'ExportLockInfo' call."],["The class `ExportLockInfoRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `ExportLockInfoRequest` class includes properties like `DeploymentName` and `Name`, with `Name` being a required parameter representing the deployment's resource name."],["The latest version of Google.Cloud.Config.V1 is 1.7.0 and previous versions as far back as 1.0.0 are also accessible."]]],[]]