SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The endpoint for Azure-SSIS integration runtime outbound network dependency.
public class SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint>
public class SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint
type SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint = class
interface IJsonModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint>
interface IPersistableModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint>
type SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint = class
Public Class SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint
Implements IJsonModel(Of SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint), IPersistableModel(Of SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint)
Public Class SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint
- Inheritance
-
SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint
- Implements
Properties
DomainName |
The domain name of endpoint. |
EndpointDetails |
The details of endpoint. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET