VirtualMachineConfiguration.Extensions 속성

정의

풀에 대한 가상 머신 확장을 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

지정된 경우 이 구성에 언급된 확장이 각 노드에 설치됩니다.

적용 대상