BaseActionMethodRequestBuilder<T>.CreateRequest Method

Definition

Derived classes implement this function to construct the specific request class instance when a request object is required.

protected abstract T CreateRequest (string functionUrl, System.Collections.Generic.IEnumerable<Microsoft.Graph.Option> options);
abstract member CreateRequest : string * seq<Microsoft.Graph.Option> -> 'T
Protected MustOverride Function CreateRequest (functionUrl As String, options As IEnumerable(Of Option)) As T

Parameters

functionUrl
String

The URL to use for the request.

options
IEnumerable<Option>

The query and header options for the request.

Returns

T

An instance of the request class.

Applies to