Get-AzureRmPowerBIEmbeddedCapacity
Gets the details of a PowerBI Embedded Capacity.
Caution
Because Az PowerShell modules now have all the capabilities of AzureRM PowerShell modules and more, we'll retire AzureRM PowerShell modules on 29 February 2024.
To avoid service interruptions, update your scripts that use AzureRM PowerShell modules to use Az PowerShell modules by 29 February 2024. To automatically update your scripts, follow the quickstart guide.
Syntax
Get-AzureRmPowerBIEmbeddedCapacity
[-ResourceGroupName <String>]
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzureRmPowerBIEmbeddedCapacity
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzureRmPowerBIEmbeddedCapacity cmdlet gets the details of a PowerBI Embedded Capacity.
Examples
Example 1: Get resource group capacities
PS C:\>Get-AzureRmPowerBIEmbeddedCapacity -ResourceGroupName "testRG"
Type : Microsoft.PowerBIDedicated/capacities
Id : /subscriptions/78e47976-.../resourceGroups/testRG/providers/Microsoft.PowerBIDedicated/capacities/testcapacity
ResourceGroup : testRG
Name : testcapacity
Location : West Central US
State : Succeeded
Administrator : {admin@microsoft.com}
Sku : A1
Tier : PBIE_Azure
Tag : {}
Type : Microsoft.PowerBIDedicated/capacities
Id : /subscriptions/78e47976-.../resourceGroups/testRG/providers/Microsoft.PowerBIDedicated/capacities/mycapacity
ResourceGroup : testRG
Name : mycapacity
Location : West Central US
State : Succeeded
Administrator : {admin@microsoft.com}
Sku : A4
Tier : PBIE_Azure
Tag : {}
This command gets all Azure PowerBI Embedded Capacity in the resource group named testRG
Example 2: Get a capacity
PS C:\>Get-AzureRmPowerBIEmbeddedCapacity -ResourceGroupName "testRG" -Name "testcapacity"
Type : Microsoft.PowerBIDedicated/capacities
Id : /subscriptions/78e47976-.../resourceGroups/testRG/providers/Microsoft.PowerBIDedicated/capacities/testcapacity
ResourceGroup : testRG
Name : testcapacity
Location : West Central US
State : Succeeded
Administrator : {admin@microsoft.com}
Sku : A1
Tier : PBIE_Azure
Tag : {}
This command gets the Azure PowerBI Embedded Capacity named testcapacity in the resource group named testRG.
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Name of the PowerBI Embedded Capacity
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
Name of the Azure resource group to which the capacity belongs
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceId
Azure resource ID
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |