BatchRequestStep.DependsOn Property
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.
An OPTIONAL array of batch request ids specifying the order of execution for individual batch requests.
public System.Collections.Generic.List<string> DependsOn { get; set; }
member this.DependsOn : System.Collections.Generic.List<string> with get, set
Public Property DependsOn As List(Of String)