Compartilhar via


Propriedade HostedServiceListResponse.HostedServices

Gets or sets a collection of HostedService objects that define the cloud services in a subscription.

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

Uso

'Uso
Dim instance As HostedServiceListResponse
Dim value As IList(Of HostedService)

value = instance.HostedServices

instance.HostedServices = value

Sintaxe

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

/** @property */
public void set_HostedServices (IList<HostedService> value)
public function get HostedServices () : IList<HostedService>

public function set HostedServices (value : IList<HostedService>)

Valor da Propriedade

A collection of HostedService 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 HostedServiceListResponse
Membros HostedServiceListResponse
Namespace Microsoft.WindowsAzure.Management.Compute.Models