public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Request message for creating 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 latest version available for `CreateInstanceRequest` is 2.4.0, with versions down to 1.0.0 documented."],["`CreateInstanceRequest` is a request message used to create a Data Fusion instance, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateInstanceRequest` class has two constructors, one default and another that accepts another `CreateInstanceRequest` as a parameter, allowing for the creation of new instances."],["Key properties of `CreateInstanceRequest` include `Instance`, which represents the instance resource, `InstanceId` for the instance's name, `Parent` for the project and location, and `ParentAsLocationName` which is a `LocationName`-typed view of the parent resource."],["The `CreateInstanceRequest` class inherits members such as GetHashCode(), GetType(), MemberwiseClone(), and ToString() from the `Object` class."]]],[]]