PowerBIEmbeddedManagementClient Class

Definition

Client to manage your Power BI Embedded workspace collections and retrieve workspaces.

public class PowerBIEmbeddedManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.PowerBIEmbedded.PowerBIEmbeddedManagementClient>, IDisposable, Microsoft.Azure.Management.PowerBIEmbedded.IPowerBIEmbeddedManagementClient, Microsoft.Rest.Azure.IAzureClient
type PowerBIEmbeddedManagementClient = class
    inherit ServiceClient<PowerBIEmbeddedManagementClient>
    interface IPowerBIEmbeddedManagementClient
    interface IDisposable
    interface IAzureClient
Public Class PowerBIEmbeddedManagementClient
Inherits ServiceClient(Of PowerBIEmbeddedManagementClient)
Implements IAzureClient, IDisposable, IPowerBIEmbeddedManagementClient
Inheritance
PowerBIEmbeddedManagementClient
Implements

Constructors

PowerBIEmbeddedManagementClient(DelegatingHandler[])

Initializes a new instance of the PowerBIEmbeddedManagementClient class.

PowerBIEmbeddedManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the PowerBIEmbeddedManagementClient class.

PowerBIEmbeddedManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the PowerBIEmbeddedManagementClient class.

PowerBIEmbeddedManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the PowerBIEmbeddedManagementClient class.

PowerBIEmbeddedManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the PowerBIEmbeddedManagementClient class.

PowerBIEmbeddedManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the PowerBIEmbeddedManagementClient class.

PowerBIEmbeddedManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the PowerBIEmbeddedManagementClient class.

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

Initializes a new instance of the PowerBIEmbeddedManagementClient class.

Properties

AcceptLanguage

Gets or sets the preferred language for the response.

ApiVersion

Client Api Version.

BaseUri

The base URI of the service.

Credentials

Gets Azure subscription credentials.

DeserializationSettings

Gets or sets json deserialization settings.

FirstMessageHandler (Inherited from ServiceClient<T>)
GenerateClientRequestId

When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
LongRunningOperationRetryTimeout

Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.

SerializationSettings

Gets or sets json serialization settings.

SubscriptionId

Gets subscription credentials which uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

UserAgent (Inherited from ServiceClient<T>)
WorkspaceCollections

Gets the IWorkspaceCollectionsOperations.

Workspaces

Gets the IWorkspacesOperations.

Methods

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
GetAvailableOperationsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Indicates which operations can be performed by the Power BI Resource Provider.

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>)

Extension Methods

GetAvailableOperations(IPowerBIEmbeddedManagementClient)

Indicates which operations can be performed by the Power BI Resource Provider.

GetAvailableOperationsAsync(IPowerBIEmbeddedManagementClient, CancellationToken)

Indicates which operations can be performed by the Power BI Resource Provider.

Applies to