IntegrationRuntimeNodeIPAddress Class

Definition

The IP address of self-hosted integration runtime node.

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

Properties

IPAddress

The IP address of self-hosted integration runtime node.

Explicit Interface Implementations

IJsonModel<IntegrationRuntimeNodeIPAddress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationRuntimeNodeIPAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationRuntimeNodeIPAddress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationRuntimeNodeIPAddress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationRuntimeNodeIPAddress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to