Share via


BatchPublicIpAddressConfiguration Class

Definition

The public IP Address configuration of the networking configuration of a Pool.

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

Constructors

Name Description
BatchPublicIpAddressConfiguration()

Initializes a new instance of BatchPublicIpAddressConfiguration.

Properties

Name Description
IpAddressIds

The list of public IPs which the Batch service will use when provisioning Compute Nodes. The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 Spot/Low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}.

IpAddressProvisioningType

The provisioning type for Public IP Addresses for the Pool. The default value is BatchManaged.

IpFamilies

The IP families used to specify IP versions available to the pool. IP families are used to determine single-stack or dual-stack pools. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6.

IpTags

A list of IP tags associated with the public IP addresses of the Pool. IP tags are used to categorize and filter public IP addresses for billing and management purposes.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<BatchPublicIpAddressConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchPublicIpAddressConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchPublicIpAddressConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchPublicIpAddressConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchPublicIpAddressConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to