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-05-02 UTC."],[[["This webpage provides reference documentation for the `DeleteStatefileRequest` class within the Infrastructure Manager v1 API."],["The `DeleteStatefileRequest` class is used to structure a request for deleting a state file and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of the `DeleteStatefileRequest` documentation is 1.7.0, and there are also links for versions 1.0.0 through 1.6.0 available."],["`DeleteStatefileRequest` has two constructors, `DeleteStatefileRequest()` for default initialization and `DeleteStatefileRequest(DeleteStatefileRequest other)` for creating a copy, with three properties: `DeploymentName`, `LockId`, and `Name`, all of which are required."],["The class also inherits multiple members from `object`, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]