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

    Optional. The base URI of the service.

  • 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