< Back

New-AzureRmPowerBIWorkspaceCollection

Tue Jan 29, 2019 9:59 pm

NAME New-AzureRmPowerBIWorkspaceCollection



SYNOPSIS

Creates a Power BI workspace collection.





SYNTAX

New-AzureRmPowerBIWorkspaceCollection [-ResourceGroupName] <String> [-WorkspaceCollectionName] <String> [-Location] <String> [-DefaultProfile

<IAzureContextContainer>] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The New-AzureRmPowerBIWorkspaceCollection cmdlet creates a Power BI workspace collection for your Azure subscription in the specified resource

group and location.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Location <String>

Specifies the Azure location in which this cmdlet creates a workspace collection.



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group in which this cmdlet creates a workspace collection.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-WorkspaceCollectionName <String>

Specifies a name for the Power BI workspace collection.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

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

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







NOTES









Example 1: Create a workspace collection



PS C:\\>New-AzureRmPowerBIWorkspaceCollection -ResourceGroupName "ResourceGroup17" -WorkspaceCollectionName "WCN11" -Location "Japan West"



This command creates a workspace collection named WCN11 in the specified resource group in the specified location.







RELATED LINKS

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

Get-AzureRmPowerBIWorkspaceCollection

Remove-AzureRmPowerBIWorkspaceCollection