Language

BillingPoliciesRequestBuilder Class

Definition

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.

Applies to