BatchRequestStep Class
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.
A single batch request step.
public class BatchRequestStep
type BatchRequestStep = class
Public Class BatchRequestStep
- Inheritance
-
BatchRequestStep
Constructors
BatchRequestStep(String, HttpRequestMessage, List<String>) |
Constructs a new BatchRequestStep. |
Properties
DependsOn |
An OPTIONAL array of batch request ids specifying the order of execution for individual batch requests. |
Request |
A http request message for an individual batch request operation. |
RequestId |
A unique batch request id property. |