DataFactoryIntegrationRuntimeStatusResult Class

Definition

Integration runtime status response.

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

Properties

Name

The integration runtime name.

Properties

Integration runtime properties. Please note IntegrationRuntimeStatus 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 ManagedIntegrationRuntimeStatus and SelfHostedIntegrationRuntimeStatus.

Explicit Interface Implementations

IJsonModel<DataFactoryIntegrationRuntimeStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataFactoryIntegrationRuntimeStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataFactoryIntegrationRuntimeStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataFactoryIntegrationRuntimeStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataFactoryIntegrationRuntimeStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to