Language

AllocationsV2RequestBuilder Constructors

Definition

Overloads

Name Description
AllocationsV2RequestBuilder(Dictionary<String,Object>, IRequestAdapter)

Instantiates a new AllocationsV2RequestBuilder and sets the default values.

AllocationsV2RequestBuilder(String, IRequestAdapter)

Instantiates a new AllocationsV2RequestBuilder and sets the default values.

AllocationsV2RequestBuilder(Dictionary<String,Object>, IRequestAdapter)

Instantiates a new AllocationsV2RequestBuilder and sets the default values.

public AllocationsV2RequestBuilder(System.Collections.Generic.Dictionary<string,object> pathParameters, Microsoft.Kiota.Abstractions.IRequestAdapter requestAdapter);
new Microsoft.PowerPlatform.Management.Licensing.AllocationsV2.AllocationsV2RequestBuilder : System.Collections.Generic.Dictionary<string, obj> * Microsoft.Kiota.Abstractions.IRequestAdapter -> Microsoft.PowerPlatform.Management.Licensing.AllocationsV2.AllocationsV2RequestBuilder
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

AllocationsV2RequestBuilder(String, IRequestAdapter)

Instantiates a new AllocationsV2RequestBuilder and sets the default values.

public AllocationsV2RequestBuilder(string rawUrl, Microsoft.Kiota.Abstractions.IRequestAdapter requestAdapter);
new Microsoft.PowerPlatform.Management.Licensing.AllocationsV2.AllocationsV2RequestBuilder : string * Microsoft.Kiota.Abstractions.IRequestAdapter -> Microsoft.PowerPlatform.Management.Licensing.AllocationsV2.AllocationsV2RequestBuilder
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