Compartir a través de


NodeType.VmExtensions Propiedad

Definición

Obtiene o establece extensiones de máquina virtual.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Conjunto de extensiones que se deben instalar en las máquinas virtuales.

Se aplica a