Sdílet prostřednictvím


SynapseIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint Class

Definition

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

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

Properties

Category

The category of outbound network dependency.

Endpoints

The endpoints for outbound network dependency.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to