Share via


BatchNodeEndpointConfiguration Class

Definition

The endpoint configuration for the Compute Node.

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

Properties

InboundEndpoints

The list of inbound endpoints that are accessible on the Compute Node.

Explicit Interface Implementations

IJsonModel<BatchNodeEndpointConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchNodeEndpointConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchNodeEndpointConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchNodeEndpointConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchNodeEndpointConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to