BatchPoolEndpointConfiguration Class

Definition

The endpoint configuration for a Pool.

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

Constructors

BatchPoolEndpointConfiguration(IEnumerable<InboundNatPool>)

Initializes a new instance of BatchPoolEndpointConfiguration.

Properties

InboundNatPools

A list of inbound NAT Pools that can be used to address specific ports on an individual Compute Node externally. The maximum number of inbound NAT Pools per Batch Pool is 5. If the maximum number of inbound NAT Pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.

Explicit Interface Implementations

IJsonModel<BatchPoolEndpointConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchPoolEndpointConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchPoolEndpointConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchPoolEndpointConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchPoolEndpointConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to