BillingPoliciesRequestBuilder Class
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.
Builds and executes requests for operations under \licensing\billingPolicies
public class BillingPoliciesRequestBuilder : Microsoft.Kiota.Abstractions.BaseRequestBuilder
type BillingPoliciesRequestBuilder = class
inherit BaseRequestBuilder
Public Class BillingPoliciesRequestBuilder
Inherits BaseRequestBuilder
- Inheritance
-
BillingPoliciesRequestBuilder
Constructors
| 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. |
Properties
| Name | Description |
|---|---|
| Item[String] |
Gets an item from the Microsoft.PowerPlatform.Management.licensing.billingPolicies.item collection |
Methods
| Name | Description |
|---|---|
| GetAsync(Action<RequestConfiguration<BillingPoliciesRequestBuilder.BillingPoliciesRequestBuilderGetQueryParameters>>, CancellationToken) |
Get the list of billing policies for the tenant. |
| PostAsync(BillingPolicyPostRequestModel, Action<RequestConfiguration<BillingPoliciesRequestBuilder.BillingPoliciesRequestBuilderPostQueryParameters>>, CancellationToken) |
Creates the billing policy at tenant level. |
| ToGetRequestInformation(Action<RequestConfiguration<BillingPoliciesRequestBuilder.BillingPoliciesRequestBuilderGetQueryParameters>>) |
Get the list of billing policies for the tenant. |
| ToPostRequestInformation(BillingPolicyPostRequestModel, Action<RequestConfiguration<BillingPoliciesRequestBuilder.BillingPoliciesRequestBuilderPostQueryParameters>>) |
Creates the billing policy at tenant level. |
| WithUrl(String) |
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. |