PowerBIClient Constructor (ServiceClientCredentials, HttpClientHandler, 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(
ServiceClientCredentials credentials,
HttpClientHandler rootHandler,
params DelegatingHandler[] handlers
)
Parameters
credentials
Type: Microsoft.Rest.ServiceClientCredentialsRequired. Subscription credentials which uniquely identify client subscription.
rootHandler
Type: System.Net.Http.HttpClientHandlerOptional. The http client handler used to handle http transport.
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