BatchRequest(String, IBaseClient, IEnumerable<Option>) 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 BatchRequest.
public BatchRequest (string requestUrl, Microsoft.Graph.IBaseClient client, System.Collections.Generic.IEnumerable<Microsoft.Graph.Option> options = default);
new Microsoft.Graph.Core.Requests.BatchRequest : string * Microsoft.Graph.IBaseClient * seq<Microsoft.Graph.Option> -> Microsoft.Graph.Core.Requests.BatchRequest
Public Sub New (requestUrl As String, client As IBaseClient, Optional options As IEnumerable(Of Option) = Nothing)
Parameters
- requestUrl
- String
The URL for the built request.
- client
- IBaseClient
The IBaseClient for handling requests.
- options
- IEnumerable<Option>
Query and header option name value pairs for the request.