CloudTaskListSubtasksResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CloudTaskListSubtasksResult() |
Initializes a new instance of the CloudTaskListSubtasksResult class. |
CloudTaskListSubtasksResult(IList<SubtaskInformation>) |
Initializes a new instance of the CloudTaskListSubtasksResult class. |
CloudTaskListSubtasksResult()
Initializes a new instance of the CloudTaskListSubtasksResult class.
public CloudTaskListSubtasksResult ();
Public Sub New ()
Applies to
CloudTaskListSubtasksResult(IList<SubtaskInformation>)
Initializes a new instance of the CloudTaskListSubtasksResult class.
public CloudTaskListSubtasksResult (System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.SubtaskInformation> value = default);
new Microsoft.Azure.Batch.Protocol.Models.CloudTaskListSubtasksResult : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.SubtaskInformation> -> Microsoft.Azure.Batch.Protocol.Models.CloudTaskListSubtasksResult
Public Sub New (Optional value As IList(Of SubtaskInformation) = Nothing)
Parameters
- value
- IList<SubtaskInformation>
The list of subtasks.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET