Sdílet prostřednictvím


VirtualMachineConfiguration.Extensions Vlastnost

Definice

Získá nebo nastaví rozšíření virtuálního počítače pro fond.

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

Hodnota vlastnosti

Atributy
Newtonsoft.Json.JsonPropertyAttribute

Poznámky

Pokud je zadáno, rozšíření uvedená v této konfiguraci se nainstalují na každý uzel.

Platí pro