Language

UserPerFlowCapacitySourceRequestBuilder Constructors

Definition

Overloads

UserPerFlowCapacitySourceRequestBuilder(Dictionary<String,Object>, IRequestAdapter)

Instantiates a new UserPerFlowCapacitySourceRequestBuilder and sets the default values.

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

UserPerFlowCapacitySourceRequestBuilder(String, IRequestAdapter)

Instantiates a new UserPerFlowCapacitySourceRequestBuilder and sets the default values.

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