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."],[[["The `ExportLockInfoRequest` class is used to request state file lock information in the Infrastructure Manager v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET environment."],["It is available in multiple versions, with the latest being 1.7.0, and has versions from 1.0.0 all the way to 1.7.0."],["The class has two constructors, `ExportLockInfoRequest()` and `ExportLockInfoRequest(ExportLockInfoRequest other)`, to create new instances."],["The class contains properties `DeploymentName`, providing a strongly-typed view, and `Name`, which specifies the deployment's name in a defined format."]]],[]]