Share via


ExtensionConfiguration.AllRoles Property

Gets or sets a collection of Extension objects that contains the list of extensions that are applied to all roles in a deployment.

Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Usage

'Usage
Dim instance As ExtensionConfiguration
Dim value As IList(Of Extension)

value = instance.AllRoles

instance.AllRoles = value

Syntax

'Declaration
Public Property AllRoles As IList(Of Extension)
public IList<Extension> AllRoles { get; set; }
public:
property IList<Extension^>^ AllRoles {
    IList<Extension^>^ get ();
    void set (IList<Extension^>^ value);
}
/** @property */
public IList<Extension> get_AllRoles ()

/** @property */
public void set_AllRoles (IList<Extension> value)
public function get AllRoles () : IList<Extension>

public function set AllRoles (value : IList<Extension>)

Property Value

A collection of Extension objects.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ExtensionConfiguration Class
ExtensionConfiguration Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace