public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Request message for deleting a Data Fusion instance.
[[["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 webpage details the `DeleteInstanceRequest` class within the `Google.Cloud.DataFusion.V1` namespace, used for sending requests to delete a Data Fusion instance."],["The `DeleteInstanceRequest` class is part of the Google.Cloud.DataFusion.V1.dll assembly and implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class has two constructors, a default constructor, and one that accepts another `DeleteInstanceRequest` object as a parameter."],["Key properties of the class include `InstanceName`, a typed view of the instance resource name, and `Name`, which is a string representing the instance's resource name."],["The latest version available for this class is 2.4.0 and it has available versions going back to 1.0.0."]]],[]]