Share via


IntegrationServiceEnvironmentNetworkEndpoint Class

Definition

The network endpoint.

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

Properties

Accessibility

The accessibility state.

DomainName

The ___domain name.

Ports

The ports.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IntegrationServiceEnvironmentNetworkEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationServiceEnvironmentNetworkEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationServiceEnvironmentNetworkEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationServiceEnvironmentNetworkEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationServiceEnvironmentNetworkEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to