다음을 통해 공유


NetworkConfiguration.EndpointConfiguration 속성

정의

Batch 풀의 컴퓨팅 노드에서 엔드포인트에 대한 구성을 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

풀 엔드포인트 구성은 virtualMachineConfiguration 속성이 있는 풀에서만 지원됩니다.

적용 대상