Partager via


VirtualMachineConfiguration.Extensions Propriété

Définition

Obtient ou définit l’extension de machine virtuelle pour le pool.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Si elles sont spécifiées, les extensions mentionnées dans cette configuration sont installées sur chaque nœud.

S’applique à