PowerBIClient Class

 

Namespace:   Microsoft.PowerBI.Api.Beta
Assembly:  Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Rest.ServiceClient<T>
    Microsoft.PowerBI.Api.Beta.PowerBIClient

Syntax

public class PowerBIClient : ServiceClient<PowerBIClient>, IPowerBIClient, 
    IDisposable

Constructors

Name Description
System_CAPS_protmethod PowerBIClient(DelegatingHandler[])

Initializes a new instance of the PowerBIClient class.

System_CAPS_protmethod PowerBIClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the PowerBIClient class.

System_CAPS_pubmethod PowerBIClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the PowerBIClient class.

System_CAPS_pubmethod PowerBIClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the PowerBIClient class.

System_CAPS_protmethod PowerBIClient(Uri, DelegatingHandler[])

Initializes a new instance of the PowerBIClient class.

System_CAPS_protmethod PowerBIClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the PowerBIClient class.

System_CAPS_pubmethod PowerBIClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the PowerBIClient class.

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

Initializes a new instance of the PowerBIClient class.

Properties

Name Description
System_CAPS_pubproperty BaseUri

The base URI of the service.

System_CAPS_pubproperty Credentials

Subscription credentials which uniquely identify client subscription.

System_CAPS_pubproperty Datasets

System_CAPS_pubproperty DeserializationSettings

Gets or sets json deserialization settings.

System_CAPS_protproperty FirstMessageHandler

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty Gateways

System_CAPS_pubproperty HttpClient

(Inherited from ServiceClient<T>.)

System_CAPS_protproperty HttpClientHandler

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty HttpMessageHandlers

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty Imports

System_CAPS_pubproperty Reports

System_CAPS_pubproperty SerializationSettings

Gets or sets json serialization settings.

System_CAPS_pubproperty UserAgent

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty Workspaces

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod Dispose(Boolean)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetRetryPolicy(RetryPolicy)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.PowerBI.Api.Beta Namespace

Return to top