Language

AllocationsV2RequestBuilder.WithUrl(String) Method

Definition

Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

public Microsoft.PowerPlatform.Management.Licensing.AllocationsV2.AllocationsV2RequestBuilder WithUrl(string rawUrl);
member this.WithUrl : string -> Microsoft.PowerPlatform.Management.Licensing.AllocationsV2.AllocationsV2RequestBuilder
Public Function WithUrl (rawUrl As String) As AllocationsV2RequestBuilder

Parameters

rawUrl
String

The raw URL to use for the request builder.

Returns

A AllocationsV2RequestBuilder

Applies to