public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Data Fusion v1 API class GetInstanceRequest.
Request message for getting details about 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 document provides reference documentation for the `GetInstanceRequest` class within the Cloud Data Fusion v1 API, specifically version 2.2.0."],["`GetInstanceRequest` is a request message used to fetch details about a Data Fusion instance, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one default and another that accepts another `GetInstanceRequest` object as a parameter, enabling object copying."],["The `GetInstanceRequest` class has two main properties: `InstanceName`, which provides a typed view of the instance name, and `Name`, which stores the instance's resource name string in a specific format."],["The documentation includes a list of all available versions of the API, with the latest being 2.4.0, accessible via the links provided."]]],[]]