public sealed class DeleteStatefileRequest : IMessage<DeleteStatefileRequest>, IEquatable<DeleteStatefileRequest>, IDeepCloneable<DeleteStatefileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class DeleteStatefileRequest.
A request to delete a state file passed to a 'DeleteStatefile' 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 `DeleteStatefileRequest` class is used to create a request for deleting a state file within the Infrastructure Manager v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The latest version of the API for `DeleteStatefileRequest` is 1.7.0, with multiple prior versions also documented, ranging from 1.0.0 to 1.6.0."],["The class includes properties such as `DeploymentName`, `LockId`, and `Name`, which are necessary for identifying and authorizing the deletion of a state file."],["`DeleteStatefileRequest` contains two constructors, the default and one that accepts another `DeleteStatefileRequest` object as an argument."]]],[]]