Share via


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)

Syntax

public IDictionary<string, string> OutputItems { get; set; }
public:
property IDictionary<String^, String^>^ OutputItems {
    IDictionary<String^, String^>^ get();
    void set(IDictionary<String^, String^>^ value);
}
member OutputItems : IDictionary<string, string> with get, set
Public Property OutputItems As IDictionary(Of String, String)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

See Also

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

Return to top