This documentation is archived and is not being maintained.
CloudServiceListResponse::CloudService::AddOnResource::OutputItems Property
Optional. Output items associated with an individual resource.
Namespace:
Microsoft.WindowsAzure.Management.Scheduler.ModelsAssembly:
Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
public:
property IDictionary<String^, String^>^ OutputItems {
IDictionary<String^, String^>^ get();
void set(IDictionary<String^, String^>^ value);
}
Return to top