CloudServiceListResponse::CloudService::AddOnResource::OutputItems Property

 

Optional. Output items associated with an individual resource.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  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
Show: