PowerBIClient Class

Definition

public class PowerBIClient : Microsoft.Rest.ServiceClient<Microsoft.PowerBI.Api.PowerBIClient>, IDisposable, Microsoft.PowerBI.Api.IPowerBIClient
type PowerBIClient = class
    inherit ServiceClient<PowerBIClient>
    interface IPowerBIClient
    interface IDisposable
Public Class PowerBIClient
Inherits ServiceClient(Of PowerBIClient)
Implements IDisposable, IPowerBIClient
Inheritance
Implements

Constructors

PowerBIClient(DelegatingHandler[])
PowerBIClient(HttpClientHandler, DelegatingHandler[])
PowerBIClient(ServiceClientCredentials, DelegatingHandler[])
PowerBIClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
PowerBIClient(Uri, DelegatingHandler[])
PowerBIClient(Uri, HttpClientHandler, DelegatingHandler[])
PowerBIClient(Uri, ServiceClientCredentials, DelegatingHandler[])
PowerBIClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Properties

Admin
Apps
AvailableFeatures
BaseUri
Capacities
Credentials
Dashboards
Dataflows
DataflowStorageAccounts
Datasets
DeserializationSettings
EmbedToken
FirstMessageHandler (Inherited from ServiceClient<T>)
Gateways
Groups
HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
Imports
Reports
SerializationSettings
TemplateApps
Tiles
UserAgent (Inherited from ServiceClient<T>)
Users
WorkspaceInfo

Methods

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)

Applies to