Compartilhar via


CloudServiceListResponse.CloudServices Propriedade

 

Opcional. Obtém ou define a lista de nuvem locais de serviço para essa assinatura.

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

Sintaxe

public IList<CloudService> CloudServices { get; set; }
public:
property IList<CloudService^>^ CloudServices {
    IList<CloudService^>^ get();
    void set(IList<CloudService^>^ value);
}
member CloudServices : IList<CloudService> with get, set
Public Property CloudServices As IList(Of CloudService)

Valor de propriedade

Type: System.Collections.Generic.IList<CloudService>

Consulte também

Classe CloudServiceListResponse
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo