PowerBIDedicated Class

PowerBI Dedicated Web API provides a RESTful set of web services that enables users to create, retrieve, update, and delete Power BI dedicated capacities.

Inheritance
builtins.object
PowerBIDedicated

Constructor

PowerBIDedicated(credential: TokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

base_url
str
default value: None

Service URL

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

capacities
CapacitiesOperations

CapacitiesOperations operations

operations
Operations

Operations operations

auto_scale_vcores
AutoScaleVCoresOperations

AutoScaleVCoresOperations operations

Methods

close

close

close() -> None