Compartilhar via


CloudServiceListResponse.CloudService.Resources Propriedade

 

Opcional. Uma lista dos recursos existentes instalados em uma região de serviço de nuvem.

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

Sintaxe

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

Valor de propriedade

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

Consulte também

Classe CloudServiceListResponse.CloudService
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models

Retornar ao topo