LicensingRequestBuilder Constructors
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.
Overloads
| Name | Description |
|---|---|
| LicensingRequestBuilder(Dictionary<String,Object>, IRequestAdapter) |
Instantiates a new LicensingRequestBuilder and sets the default values. |
| LicensingRequestBuilder(String, IRequestAdapter) |
Instantiates a new LicensingRequestBuilder and sets the default values. |
LicensingRequestBuilder(Dictionary<String,Object>, IRequestAdapter)
Instantiates a new LicensingRequestBuilder and sets the default values.
public LicensingRequestBuilder(System.Collections.Generic.Dictionary<string,object> pathParameters, Microsoft.Kiota.Abstractions.IRequestAdapter requestAdapter);
new Microsoft.PowerPlatform.Management.Licensing.LicensingRequestBuilder : System.Collections.Generic.Dictionary<string, obj> * Microsoft.Kiota.Abstractions.IRequestAdapter -> Microsoft.PowerPlatform.Management.Licensing.LicensingRequestBuilder
Public Sub New (pathParameters As Dictionary(Of String, Object), requestAdapter As IRequestAdapter)
Parameters
- pathParameters
- Dictionary<String,Object>
Path parameters for the request
- requestAdapter
- IRequestAdapter
The request adapter to use to execute the requests.
Applies to
LicensingRequestBuilder(String, IRequestAdapter)
Instantiates a new LicensingRequestBuilder and sets the default values.
public LicensingRequestBuilder(string rawUrl, Microsoft.Kiota.Abstractions.IRequestAdapter requestAdapter);
new Microsoft.PowerPlatform.Management.Licensing.LicensingRequestBuilder : string * Microsoft.Kiota.Abstractions.IRequestAdapter -> Microsoft.PowerPlatform.Management.Licensing.LicensingRequestBuilder
Public Sub New (rawUrl As String, requestAdapter As IRequestAdapter)
Parameters
- rawUrl
- String
The raw URL to use for the request builder.
- requestAdapter
- IRequestAdapter
The request adapter to use to execute the requests.