Delen via


CloudServiceExtensionProfile.Extensions Property

Definition

Gets or sets list of extensions for the cloud service.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to