BaseActionMethodRequestBuilder<T>.CreateRequest Method
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.
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.