Compartilhar via


Propriedade OperatingSystemFamily.OperatingSystems

Gets or sets a collection of OperatingSystem objects that define the available operating systems in your subscription belonging to this family.

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

Uso

'Uso
Dim instance As OperatingSystemFamily
Dim value As IList(Of OperatingSystem)

value = instance.OperatingSystems

instance.OperatingSystems = value

Sintaxe

'Declaração
Public Property OperatingSystems As IList(Of OperatingSystem)
public IList<OperatingSystem> OperatingSystems { get; set; }
public:
property IList<OperatingSystem^>^ OperatingSystems {
    IList<OperatingSystem^>^ get ();
    void set (IList<OperatingSystem^>^ value);
}
/** @property */
public IList<OperatingSystem> get_OperatingSystems ()

/** @property */
public void set_OperatingSystems (IList<OperatingSystem> value)
public function get OperatingSystems () : IList<OperatingSystem>

public function set OperatingSystems (value : IList<OperatingSystem>)

Valor da Propriedade

A collection of OperatingSystem 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 OperatingSystemFamily
Membros OperatingSystemFamily
Namespace Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse