PowerBIClient Constructor (Uri, ServiceClientCredentials, DelegatingHandler[])
Initializes a new instance of the PowerBIClient class.
Namespace: Microsoft.PowerBI.Api.Beta
Assembly: Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)
Syntax
public PowerBIClient(
Uri baseUri,
ServiceClientCredentials credentials,
params DelegatingHandler[] handlers
)
Parameters
baseUri
Type: System.UriOptional. The base URI of the service.
credentials
Type: Microsoft.Rest.ServiceClientCredentialsRequired. Subscription credentials which uniquely identify client subscription.
handlers
Type: System.Net.Http.DelegatingHandler[]Optional. The delegating handlers to add to the http client pipeline.
See Also
PowerBIClient Overload
PowerBIClient Class
Microsoft.PowerBI.Api.Beta Namespace
Return to top