NamedRole.Extensions Property
Gets or sets a collection of Extension objects that define the extensions that are deployed to a role in a cloud service.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models.ExtensionConfiguration
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim instance As NamedRole
Dim value As IList(Of Extension)
value = instance.Extensions
instance.Extensions = value
Syntax
'Declaration
Public Property Extensions As IList(Of Extension)
public IList<Extension> Extensions { get; set; }
public:
property IList<Extension^>^ Extensions {
IList<Extension^>^ get ();
void set (IList<Extension^>^ value);
}
/** @property */
public IList<Extension> get_Extensions ()
/** @property */
public void set_Extensions (IList<Extension> value)
public function get Extensions () : IList<Extension>
public function set Extensions (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
NamedRole Class
NamedRole Members
Microsoft.WindowsAzure.Management.Compute.Models.ExtensionConfiguration Namespace