Compartilhar via


InboundEndpoint Class

Definition

An inbound endpoint on a Compute Node.

public class InboundEndpoint : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.InboundEndpoint>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.InboundEndpoint>
type InboundEndpoint = class
    interface IJsonModel<InboundEndpoint>
    interface IPersistableModel<InboundEndpoint>
Public Class InboundEndpoint
Implements IJsonModel(Of InboundEndpoint), IPersistableModel(Of InboundEndpoint)
Inheritance
InboundEndpoint
Implements

Properties

BackendPort

The backend port number of the endpoint.

FrontendPort

The public port number of the endpoint.

Name

The name of the endpoint.

Protocol

The protocol of the endpoint.

PublicFQDN

The public fully qualified domain name for the Compute Node.

PublicIpAddress

The public IP address of the Compute Node.

Explicit Interface Implementations

IJsonModel<InboundEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InboundEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InboundEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InboundEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InboundEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to