IBatchRequestBuilder Interface
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 interface IBatchRequestBuilder
public interface IBatchRequestBuilder : Microsoft.Graph.IBaseRequestBuilder
type IBatchRequestBuilder = interface
interface IBaseRequestBuilder
Public Interface IBatchRequestBuilder
Implements IBaseRequestBuilder
- Derived
- Implements
Properties
Client |
Gets the IBaseClient for handling requests. (Inherited from IBaseRequestBuilder) |
RequestUrl |
Gets the URL for the built request, without query string. (Inherited from IBaseRequestBuilder) |
Methods
AppendSegmentToRequestUrl(String) |
Gets a URL that is the request builder's request URL with the segment appended. (Inherited from IBaseRequestBuilder) |
Request() |
Builds the request. |
Request(IEnumerable<Option>) |
Builds the request. |