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."],[[["This document provides reference information for the `DeleteInstanceRequest` class within the Google Cloud Filestore v1 API, specifically for .NET developers."],["The `DeleteInstanceRequest` class is used to request the deletion of a Filestore instance, and it inherits from the `Object` class while implementing multiple interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default one, and another that accepts a `DeleteInstanceRequest` object as a parameter."],["It includes properties such as `InstanceName` (a typed view of the instance name) and `Name` (the required instance resource name in a specific format), both crucial for identifying the instance to be deleted."],["This page lists the different available versions of `DeleteInstanceRequest`, with version 2.7.0 being the latest, and links to documentation for versions between 1.0.0 and 2.7.0."]]],[]]