< Back

Get-AzureRmPowerBIEmbeddedCapacity

Tue Jan 29, 2019 9:59 pm

NAME Get-AzureRmPowerBIEmbeddedCapacity



SYNOPSIS

Gets the details of a PowerBI Embedded Capacity.





SYNTAX

Get-AzureRmPowerBIEmbeddedCapacity [-ResourceGroupName <String>] [<CommonParameters>]



Get-AzureRmPowerBIEmbeddedCapacity [-Name] <String> [-ResourceGroupName <String>] [<CommonParameters>]



Get-AzureRmPowerBIEmbeddedCapacity [-ResourceId] <String> [<CommonParameters>]





DESCRIPTION

The Get-AzureRmPowerBIEmbeddedCapacity cmdlet gets the details of a PowerBI Embedded Capacity.





PARAMETERS

-ResourceGroupName <String>

Name of the Azure resource group to which the capacity belongs



Required? false

Position? named

Default value None

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>

Name of the PowerBI Embedded Capacity



Required? true

Position? 1

Default value None

Accept pipeline input? false

Accept wildcard characters? false



-ResourceId <String>

Azure resource ID



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

List<Microsoft.Azure.Commands.PowerBI.Models.PSPowerBIEmbeddedCapacity>







NOTES









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.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... edcapacity

New-AzureRmPowerBIEmbeddedCapacity

Remove-AzureRmPowerBIEmbeddedCapacity