BatchRequestStep(String, HttpRequestMessage, List<String>) 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.
Constructs a new BatchRequestStep.
public BatchRequestStep (string requestId, System.Net.Http.HttpRequestMessage httpRequestMessage, System.Collections.Generic.List<string> dependsOn = default);
new Microsoft.Graph.BatchRequestStep : string * System.Net.Http.HttpRequestMessage * System.Collections.Generic.List<string> -> Microsoft.Graph.BatchRequestStep
Public Sub New (requestId As String, httpRequestMessage As HttpRequestMessage, Optional dependsOn As List(Of String) = Nothing)
Parameters
- requestId
- String
A unique batch request id.
- httpRequestMessage
- HttpRequestMessage
A http request message for an individual batch request operation.
An OPTIONAL array of batch request ids specifying the order of execution for individual batch requests.