Sdílet prostřednictvím


SynapseIntegrationRuntimeNodeIPAddress Class

Definition

The IP address of self-hosted integration runtime node.

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

Properties

IPAddress

The IP address of self-hosted integration runtime node.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseIntegrationRuntimeNodeIPAddress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseIntegrationRuntimeNodeIPAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseIntegrationRuntimeNodeIPAddress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseIntegrationRuntimeNodeIPAddress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseIntegrationRuntimeNodeIPAddress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to