Compartilhar via


WorkspacesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

PowerBIEmbeddedManagementClient's

<xref:workspaces> attribute.

Inheritance
builtins.object
WorkspacesOperations

Constructor

WorkspacesOperations(*args, **kwargs)

Methods

list

Retrieves all existing Power BI workspaces in the specified workspace collection.

list

Retrieves all existing Power BI workspaces in the specified workspace collection.

list(resource_group_name: str, workspace_collection_name: str, **kwargs: Any) -> Iterable[Workspace]

Parameters

Name Description
resource_group_name
Required
str

Azure resource group. Required.

workspace_collection_name
Required
str

Power BI Embedded Workspace Collection name. Required.

Returns

Type Description

An iterator like instance of either Workspace or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.powerbiembedded.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\powerbiembedded\\models\\__init__.py'>