CloudTaskListSubtasksResponse.SubtasksInformation Property

 

Required. Gets or sets the list of information of subtasks.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

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

Property Value

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

See Also

CloudTaskListSubtasksResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top