pbicli embedded
Commands
pbicli embedded list | Lists all the dedicated capacities for the given subscription |
pbicli embedded show | Gets details about the specified dedicated capacity |
pbicli embedded start | Starts the specified dedicated capacity |
pbicli embedded stop | Stops the specified dedicated capacity |
pbicli embedded update | Changes the specific capacity information |
pbicli embedded list
Lists all the dedicated capacities for the given subscription
pbicli embedded list [--subscription] [-s]
[--resource] [-r]
Parameters
--subscription -s <subscription>
Name or ID of the Azure subscription--resource -r <resource>
(Optional) Name or ID of the Azure Resource group
pbicli embedded show
Gets details about the specified dedicated capacity
pbicli embedded show [--subscription] [-s]
[--resource] [-r]
[--capacity] [-c]
Parameters
--subscription -s <subscription>
Name or ID of the Azure subscription--resource -r <resource>
Name or ID of the Azure Resource group--capacity -c <name>
Name of the Azure dedicated capacity
pbicli embedded start
Starts the specified dedicated capacity
pbicli embedded start [--subscription] [-s]
[--resource] [-r]
[--capacity] [-c]
Parameters
--subscription -s <subscription>
Name or ID of the Azure subscription--resource -r <resource>
Name or ID of the Azure Resource group--capacity -c <name>
Name of the Azure dedicated capacity
pbicli embedded stop
Stops the specified dedicated capacity
pbicli embedded stop [--subscription] [-s]
[--resource] [-r]
[--capacity] [-c]
Parameters
--subscription -s <subscription>
Name or ID of the Azure subscription--resource -r <resource>
Name or ID of the Azure Resource group--capacity -c <name>
Name of the Azure dedicated capacity
pbicli embedded update
Changes the specific capacity information
pbicli embedded update [--subscription] [-s]
[--resource] [-r]
[--capacity] [-c]
[--parameter]
[--parameter-file]
Parameters
--subscription -s <subscription>
Name or ID of the Azure subscription--resource -r <resource>
Name or ID of the Azure Resource group--capacity -c <name>
Name of the Azure dedicated capacity--parameter <data>
String with the capacity parameters in JSON format. Use @{file} to load from a file--parameter-file <file>
File with the capacity parameters in JSON format. Deprecated: use --parameter @{file}