BaseActionMethodRequestBuilder<T>(String, IBaseClient) Constructor
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.
Constructs a new BaseActionMethodRequestBuilder.
public BaseActionMethodRequestBuilder (string requestUrl, Microsoft.Graph.IBaseClient client);
new Microsoft.Graph.BaseActionMethodRequestBuilder<'T (requires 'T :> Microsoft.Graph.IBaseRequest)> : string * Microsoft.Graph.IBaseClient -> Microsoft.Graph.BaseActionMethodRequestBuilder<'T (requires 'T :> Microsoft.Graph.IBaseRequest)>
Public Sub New (requestUrl As String, client As IBaseClient)
Parameters
- requestUrl
- String
The URL for the request.
- client
- IBaseClient
The IBaseClient for handling requests.