Propriedade ExtensionConfiguration.AllRoles
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 (em Microsoft.WindowsAzure.Management.Compute.dll)
Uso
'Uso
Dim instance As ExtensionConfiguration
Dim value As IList(Of Extension)
value = instance.AllRoles
instance.AllRoles = value
Sintaxe
'Declaração
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>)
Valor da Propriedade
A collection of Extension objects.
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe ExtensionConfiguration
Membros ExtensionConfiguration
Namespace Microsoft.WindowsAzure.Management.Compute.Models