IBatchRequestBuilder Interface

Definition

The interface IBatchRequestBuilder

public interface IBatchRequestBuilder : Microsoft.Graph.IBaseRequestBuilder
type IBatchRequestBuilder = interface
    interface IBaseRequestBuilder
Public Interface IBatchRequestBuilder
Implements IBaseRequestBuilder
Derived
Implements

Properties

Name Description
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

Name Description
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.

Applies to