Share via


CloudService.Resources Property

 

Optional. Gets or sets the list of existing resources installed into a cloud service region.

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

Syntax

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

Property Value

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

See Also

CloudService Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top