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 latest version available for the `DeleteStatefileRequest` is 1.7.0, but the current page specifically documents version 1.3.0."],["The `DeleteStatefileRequest` class is part of the `Google.Cloud.Config.V1` namespace and is used to send a request to delete a state file."],["This class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteStatefileRequest` class has properties like `DeploymentName`, `LockId`, and `Name`, which are used to specify the deployment and lock details associated with the state file deletion."],["There are two constructors available to create an instance of `DeleteStatefileRequest`, one default and one to use to create a new `DeleteStatefileRequest` based on an existing `DeleteStatefileRequest`."]]],[]]