BatchRequest 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 BatchRequest
public class BatchRequest : Microsoft.Graph.BaseRequest, Microsoft.Graph.Core.Requests.IBatchRequest
type BatchRequest = class
inherit BaseRequest
interface IBatchRequest
interface IBaseRequest
Public Class BatchRequest
Inherits BaseRequest
Implements IBatchRequest
- Inheritance
- Implements
Constructors
BatchRequest(String, IBaseClient, IEnumerable<Option>) |
Constructs a new BatchRequest. |
Properties
Client |
Gets the IBaseClient for handling requests. (Inherited from BaseRequest) |
ContentType |
Gets or sets the content type for the request. (Inherited from BaseRequest) |
Headers |
Gets the HeaderOption collection for the request. (Inherited from BaseRequest) |
Method |
Gets or sets the HTTP method string for the request. (Inherited from BaseRequest) |
MiddlewareOptions |
Gets or sets middleware options for the request. (Inherited from BaseRequest) |
QueryOptions |
Gets the QueryOption collection for the request. (Inherited from BaseRequest) |
RequestUrl |
Gets the URL for the request, without query string. (Inherited from BaseRequest) |
ResponseHandler |
Gets or sets the response handler for the request. (Inherited from BaseRequest) |