ExtensionConfiguration::AllRoles Property
Gets or sets a collection of ExtensionConfiguration::Extension objects that contains the list of extensions that are applied to all roles in a deployment.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property IList<ExtensionConfiguration::Extension^>^ AllRoles { IList<ExtensionConfiguration::Extension^>^ get(); void set(IList<ExtensionConfiguration::Extension^>^ value); }
Property Value
Type: System.Collections.Generic::IList<ExtensionConfiguration::Extension^>^A collection of ExtensionConfiguration::Extension objects.
Show: