다음을 통해 공유


NetworkConfiguration.PublicIPAddressConfiguration 속성

정의

Batch 풀에서 컴퓨팅 노드에 대한 공용 IPAddress 구성을 가져오거나 설정합니다.

[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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

이 속성은 virtualMachineConfiguration 속성이 있는 풀에서만 지원됩니다.

적용 대상