CustomActivityReferenceObject Class

Definition

Reference objects for custom activity.

public class CustomActivityReferenceObject : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.CustomActivityReferenceObject>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.CustomActivityReferenceObject>
public class CustomActivityReferenceObject
type CustomActivityReferenceObject = class
    interface IJsonModel<CustomActivityReferenceObject>
    interface IPersistableModel<CustomActivityReferenceObject>
type CustomActivityReferenceObject = class
Public Class CustomActivityReferenceObject
Implements IJsonModel(Of CustomActivityReferenceObject), IPersistableModel(Of CustomActivityReferenceObject)
Public Class CustomActivityReferenceObject
Inheritance
CustomActivityReferenceObject
Implements

Constructors

CustomActivityReferenceObject()

Initializes a new instance of CustomActivityReferenceObject.

Properties

Datasets

Dataset references.

LinkedServices

Linked service references.

Explicit Interface Implementations

IJsonModel<CustomActivityReferenceObject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomActivityReferenceObject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomActivityReferenceObject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomActivityReferenceObject>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomActivityReferenceObject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to