azure.mgmt.powerbiembedded package¶
Module contents¶
-
class
azure.mgmt.powerbiembedded.
PowerBIEmbeddedManagementClient
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrest.service_client.SDKClient
Client to manage your Power BI Embedded workspace collections and retrieve workspaces.
Variables: - config (PowerBIEmbeddedManagementClientConfiguration) – Configuration for client.
- workspace_collections (azure.mgmt.powerbiembedded.operations.WorkspaceCollectionsOperations) – WorkspaceCollections operations
- workspaces (azure.mgmt.powerbiembedded.operations.WorkspacesOperations) – Workspaces operations
Parameters: - credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure. - subscription_id (str) – Gets subscription credentials which uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
- base_url (str) – Service URL
-
get_available_operations
(custom_headers=None, raw=False, **operation_config)[source]¶ Indicates which operations can be performed by the Power BI Resource Provider.
Parameters: Returns: OperationList or ClientRawResponse if raw=true
Return type: OperationList or ClientRawResponse
Raises: