WorkspacesOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
PowerBIEmbeddedManagementClient's
<xref:workspaces> attribute.
- Inheritance
-
builtins.objectWorkspacesOperations
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
|
Azure resource group. Required. |
workspace_collection_name
Required
|
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'>
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python