Share via


NetworkConfiguration.PublicIPAddressConfiguration Property

Definition

Gets or sets the Public IPAddress configuration for Compute Nodes in the Batch Pool.

[Newtonsoft.Json.JsonProperty(PropertyName="publicIPAddressConfiguration")]
public Microsoft.Azure.Management.Batch.Models.PublicIPAddressConfiguration PublicIPAddressConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="publicIPAddressConfiguration")>]
member this.PublicIPAddressConfiguration : Microsoft.Azure.Management.Batch.Models.PublicIPAddressConfiguration with get, set
Public Property PublicIPAddressConfiguration As PublicIPAddressConfiguration

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is only supported on Pools with the virtualMachineConfiguration property.

Applies to