CustomSetupBase Class

Definition

The base definition of the custom setup. Please note CustomSetupBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzPowerShellSetup, CmdkeySetup, ComponentSetup and EnvironmentVariableSetup.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataFactory.Models.UnknownCustomSetupBase))]
public abstract class CustomSetupBase : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.CustomSetupBase>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.CustomSetupBase>
public abstract class CustomSetupBase
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataFactory.Models.UnknownCustomSetupBase))>]
type CustomSetupBase = class
    interface IJsonModel<CustomSetupBase>
    interface IPersistableModel<CustomSetupBase>
type CustomSetupBase = class
Public MustInherit Class CustomSetupBase
Implements IJsonModel(Of CustomSetupBase), IPersistableModel(Of CustomSetupBase)
Public MustInherit Class CustomSetupBase
Inheritance
CustomSetupBase
Derived
Attributes
Implements

Constructors

CustomSetupBase()

Initializes a new instance of CustomSetupBase.

Explicit Interface Implementations

IJsonModel<CustomSetupBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CustomSetupBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomSetupBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomSetupBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CustomSetupBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to