Compartir a través de


CloudServiceExtensionProfile.Extensions Propiedad

Definición

Obtiene o establece la lista de extensiones para el servicio en la nube.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a