AllocationsV2RequestBuilder.WithUrl(String) Method
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.
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.