CloudService.Resources Propriedade
Opcional. Obtém ou define a lista dos recursos existentes instalados em uma região de serviço de nuvem.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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)
Valor de propriedade
Type: System.Collections.Generic.IList<AutomationResource>
Consulte também
Classe CloudService
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo