BatchRequestBuilder 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.
The type BatchRequestBuilder
public class BatchRequestBuilder : Microsoft.Graph.BaseRequestBuilder, Microsoft.Graph.Core.Requests.IBatchRequestBuilder
type BatchRequestBuilder = class
inherit BaseRequestBuilder
interface IBatchRequestBuilder
interface IBaseRequestBuilder
Public Class BatchRequestBuilder
Inherits BaseRequestBuilder
Implements IBatchRequestBuilder
- Inheritance
- Implements
Constructors
BatchRequestBuilder(String, IBaseClient) |
Constructs a new BatchRequestBuilder. |
Properties
Client |
Gets the IBaseClient for handling requests. (Inherited from BaseRequestBuilder) |
RequestUrl |
Gets the URL for the built request, without query string. (Inherited from BaseRequestBuilder) |
Methods
AppendSegmentToRequestUrl(String) |
Gets a URL that is the request builder's request URL with the segment appended. (Inherited from BaseRequestBuilder) |
Request() |
Builds the request. |
Request(IEnumerable<Option>) |
Builds the request. |