IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails Class

Definition

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

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

Properties

Port

The port of endpoint.

Explicit Interface Implementations

IJsonModel<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to