VirtualMachineConfiguration.NodeAgentSkuId 속성

정의

풀의 컴퓨팅 노드에서 프로비전할 Batch 노드 에이전트의 SKU를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="nodeAgentSkuId")]
public string NodeAgentSkuId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nodeAgentSkuId")>]
member this.NodeAgentSkuId : string with get, set
Public Property NodeAgentSkuId As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

Batch 노드 에이전트는 풀의 각 노드에서 실행되는 프로그램이며 노드와 Batch 서비스 간의 명령 및 제어 인터페이스를 제공합니다. SKU라고 하는 노드 에이전트의 구현은 서로 다른 운영 체제에 대해 여러 가지가 있습니다. 선택한 이미지 참조와 일치하는 노드 에이전트 SKU를 지정해야 합니다. 확인된 이미지 참조 목록과 함께 지원되는 노드 에이전트 SKU 목록을 얻으려면 '지원되는 노드 에이전트 SKU 나열' 작업을 참조하세요.

적용 대상