CloudTaskListSubtasksResponse Constructor (IList<SubtaskInformation>, String)
Initializes a new instance of the CloudTaskListSubtasksResponse class with required arguments.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public CloudTaskListSubtasksResponse(
IList<SubtaskInformation> subtasksInformation,
string nextLink
)
public:
CloudTaskListSubtasksResponse(
IList<SubtaskInformation^>^ subtasksInformation,
String^ nextLink
)
new :
subtasksInformation:IList<SubtaskInformation> *
nextLink:string -> CloudTaskListSubtasksResponse
Public Sub New (
subtasksInformation As IList(Of SubtaskInformation),
nextLink As String
)
Parameters
- subtasksInformation
Type: System.Collections.Generic.IList<SubtaskInformation>
- nextLink
Type: System.String
See Also
CloudTaskListSubtasksResponse Overload
CloudTaskListSubtasksResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top