public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore v1 API class DeleteInstanceRequest.
[[["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 `DeleteInstanceRequest` class in the Cloud Filestore v1 API allows you to delete a specific instance, with the latest version being 2.7.0."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `DeleteInstanceRequest` has two constructors, one default and one that takes another `DeleteInstanceRequest` as an argument."],["Key properties of `DeleteInstanceRequest` include `Force` which allows for deletion of all snapshots, `InstanceName` which is the typed resource name, and `Name` which is a string that contains the instance's full resource name."],["There are multiple versions available, ranging from 1.0.0 to the latest 2.7.0, each offering the ability to delete an instance."]]],[]]