Delen via


SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpointDetails Class

Definition

The details of Azure-SSIS integration runtime outbound network dependency endpoint.

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

Properties

Port

The port of endpoint.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to