PSTaskDependencies Constructor
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.
public PSTaskDependencies (System.Collections.Generic.IEnumerable<string> taskIds, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.TaskIdRange> taskIdRanges);
new Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies : seq<string> * seq<Microsoft.Azure.Batch.TaskIdRange> -> Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies
Public Sub New (taskIds As IEnumerable(Of String), taskIdRanges As IEnumerable(Of TaskIdRange))
Parameters
- taskIds
- IEnumerable<String>
- taskIdRanges
- IEnumerable<TaskIdRange>