Skip to content

Latest commit

 

History

History
132 lines (87 loc) · 3.72 KB

reference-embedded.md

File metadata and controls

132 lines (87 loc) · 3.72 KB
uid title documentId
reference/embedded
pbicli embedded
2cc1f15a-f76d-4d60-892c-75eb9ba60024

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

[!div class="global-parameters"]

Global Parameters

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

[!div class="global-parameters"]

Global Parameters

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

[!div class="global-parameters"]

Global Parameters

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

[!div class="global-parameters"]

Global Parameters

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}

[!div class="global-parameters"]

Global Parameters

Feedback