BaseActionMethodRequestBuilder<T>.Request 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.
Builds the request.
public T Request (System.Collections.Generic.IEnumerable<Microsoft.Graph.Option> options = default);
member this.Request : seq<Microsoft.Graph.Option> -> 'T
Public Function Request (Optional options As IEnumerable(Of Option) = Nothing) As T
Parameters
- options
- IEnumerable<Option>
The query and header options for the request.
Returns
T
The built request.