IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint Class

Definition

Azure-SSIS integration runtime outbound network dependency endpoints for one category.

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

Properties

Category

The category of outbound network dependency.

Endpoints

The endpoints for outbound network dependency.

Explicit Interface Implementations

IJsonModel<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to