次の方法で共有


VirtualMachineConfiguration.Extensions プロパティ

定義

プールの仮想マシン拡張機能を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="extensions")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.VMExtension> Extensions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="extensions")>]
member this.Extensions : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.VMExtension> with get, set
Public Property Extensions As IList(Of VMExtension)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

指定した場合、この構成に記載されている拡張機能が各ノードにインストールされます。

適用対象