public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Data Fusion v1 API class DeleteInstanceRequest.
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."],[[["The `DeleteInstanceRequest` class is part of the Google Cloud Data Fusion v1 API, specifically version 2.3.0."],["This class is used to create a request message for deleting a Data Fusion instance, as per the documentation."],["`DeleteInstanceRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for `InstanceName`, which is a typed view over the resource name, and `Name`, which represents the resource name of the instance to be deleted."],["There are two constructors for `DeleteInstanceRequest`, one being a default constructor and another that accepts another `DeleteInstanceRequest` object as a parameter."]]],[]]