Share via


CloudServiceListResponse.CloudService.Resources Property

 

Optional. A list of existing resources installed into a cloud service region.

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

Syntax

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)

Property Value

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

See Also

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

Return to top