AllocationsV2RequestBuilder 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\allocationsV2
public class AllocationsV2RequestBuilder : Microsoft.Kiota.Abstractions.BaseRequestBuilder
type AllocationsV2RequestBuilder = class
inherit BaseRequestBuilder
Public Class AllocationsV2RequestBuilder
Inherits BaseRequestBuilder
- Inheritance
-
AllocationsV2RequestBuilder
Constructors
| 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. |
Properties
| Name | Description |
|---|---|
| Availability |
The availability property |
| Entitlements |
The entitlements property |
Methods
| Name | Description |
|---|---|
| PutAsync(AllocationPutRequestModel, Action<RequestConfiguration<AllocationsV2RequestBuilder.AllocationsV2RequestBuilderPutQueryParameters>>, CancellationToken) |
Set the allocations for the scope. |
| ToPutRequestInformation(AllocationPutRequestModel, Action<RequestConfiguration<AllocationsV2RequestBuilder.AllocationsV2RequestBuilderPutQueryParameters>>) |
Set the allocations for the scope. |
| WithUrl(String) |
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. |