共用方式為


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。 To get the list of supported node agent SKUs along with their list of verified image references, see the 'List supported node agent SKUs' operation.

適用於