ExtensionConfiguration.NamedRole.Extensions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Required. Represents an extension that is to be deployed to a role in a cloud service.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.ExtensionConfiguration.Extension> Extensions { get; set; }
member this.Extensions : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.ExtensionConfiguration.Extension> with get, set
Public Property Extensions As IList(Of ExtensionConfiguration.Extension)