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.ServiceClientCredentials

    Required. Subscription credentials which uniquely identify client subscription.

See Also

PowerBIClient Overload
PowerBIClient Class
Microsoft.PowerBI.Api.Beta Namespace

Return to top