CreateLinkedIntegrationRuntimeContent Class

Definition

The linked integration runtime information.

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

Constructors

CreateLinkedIntegrationRuntimeContent()

Initializes a new instance of CreateLinkedIntegrationRuntimeContent.

Properties

DataFactoryLocation

The location of the data factory that the linked integration runtime belongs to.

DataFactoryName

The name of the data factory that the linked integration runtime belongs to.

Name

The name of the linked integration runtime.

SubscriptionId

The ID of the subscription that the linked integration runtime belongs to.

Explicit Interface Implementations

IJsonModel<CreateLinkedIntegrationRuntimeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CreateLinkedIntegrationRuntimeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CreateLinkedIntegrationRuntimeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CreateLinkedIntegrationRuntimeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CreateLinkedIntegrationRuntimeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to