Skip to content

Latest commit

 

History

History
125 lines (91 loc) · 3.42 KB

File metadata and controls

125 lines (91 loc) · 3.42 KB
external help file Module Name ms.assetid online version schema
Microsoft.Azure.Commands.Management.PowerBIEmbedded.dll-Help.xml
AzureRM.PowerBIEmbedded
EEF32F48-00F6-4C57-B4F1-B58B566EAFEF
2.0.0

Get-AzureRmPowerBIWorkspaceCollection

SYNOPSIS

Gets Power BI workspace collections.

SYNTAX

ResourceGroupParameterSet

Get-AzureRmPowerBIWorkspaceCollection [[-ResourceGroupName] <String>]
 [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]

WorkspaceCollectionNameParameterSet

Get-AzureRmPowerBIWorkspaceCollection [-ResourceGroupName] <String> [-WorkspaceCollectionName] <String>
 [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]

DESCRIPTION

The Get-AzureRmPowerBIWorkspaceCollection cmdlet gets Power BI workspace collections in your Azure subscription and resource group, or by collection name.

EXAMPLES

Example 1: Get all workspace collections in a resource group

PS C:\>Get-AzureRmPowerBIWorkspaceCollection -ResourceGroupName "ResourceGroup17"

This command gets the workspace collections that belong to the resource group named ResourceGroup17.

Example 2: Get a workspace collection by using its name

PS C:\>Get-AzureRmPowerBIWorkspaceCollection -ResourceGroupName "ResourceGroup17" -WorkspaceCollectionName "WCN11"

This command gets the workspace collection named WCN11 in the specified resource group.

PARAMETERS

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzureRmContext, AzureCredential

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResourceGroupName

Specifies the name of the resource group from which this cmdlet gets workspace collections.

Type: System.String
Parameter Sets: ResourceGroupParameterSet
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Type: System.String
Parameter Sets: WorkspaceCollectionNameParameterSet
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-WorkspaceCollectionName

Specifies the name of the Power BI workspace collection that this cmdlet gets.

Type: System.String
Parameter Sets: WorkspaceCollectionNameParameterSet
Aliases: Name, ResourceName

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

System.String

OUTPUTS

Microsoft.Azure.Commands.Management.PowerBIEmbedded.Models.PSWorkspaceCollection

NOTES

RELATED LINKS

New-AzureRmPowerBIWorkspaceCollection

Remove-AzureRmPowerBIWorkspaceCollection