Udostępnij za pośrednictwem


VirtualMachineConfiguration.Extensions Property

Definition

Gets or sets the virtual machine extension for the pool.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

If specified, the extensions mentioned in this configuration will be installed on each node.

Applies to