BillingPoliciesRequestBuilder 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 |
|---|---|
| BillingPoliciesRequestBuilder(Dictionary<String,Object>, IRequestAdapter) |
Instantiates a new BillingPoliciesRequestBuilder and sets the default values. |
| BillingPoliciesRequestBuilder(String, IRequestAdapter) |
Instantiates a new BillingPoliciesRequestBuilder and sets the default values. |
BillingPoliciesRequestBuilder(Dictionary<String,Object>, IRequestAdapter)
Instantiates a new BillingPoliciesRequestBuilder and sets the default values.
public BillingPoliciesRequestBuilder(System.Collections.Generic.Dictionary<string,object> pathParameters, Microsoft.Kiota.Abstractions.IRequestAdapter requestAdapter);
new Microsoft.PowerPlatform.Management.Licensing.BillingPolicies.BillingPoliciesRequestBuilder : System.Collections.Generic.Dictionary<string, obj> * Microsoft.Kiota.Abstractions.IRequestAdapter -> Microsoft.PowerPlatform.Management.Licensing.BillingPolicies.BillingPoliciesRequestBuilder
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
BillingPoliciesRequestBuilder(String, IRequestAdapter)
Instantiates a new BillingPoliciesRequestBuilder and sets the default values.
public BillingPoliciesRequestBuilder(string rawUrl, Microsoft.Kiota.Abstractions.IRequestAdapter requestAdapter);
new Microsoft.PowerPlatform.Management.Licensing.BillingPolicies.BillingPoliciesRequestBuilder : string * Microsoft.Kiota.Abstractions.IRequestAdapter -> Microsoft.PowerPlatform.Management.Licensing.BillingPolicies.BillingPoliciesRequestBuilder
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.