IntegrationRuntimeOutboundNetworkDependenciesEndpoint Class

Definition

The endpoint for Azure-SSIS integration runtime outbound network dependency.

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

Properties

DomainName

The domain name of endpoint.

EndpointDetails

The details of endpoint.

Explicit Interface Implementations

IJsonModel<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to