Language

LicensingRequestBuilder Constructors

Definition

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.

Applies to