< Back

Remove-AzureRmPowerBIEmbeddedCapacity

Tue Jan 29, 2019 9:59 pm

NAME Remove-AzureRmPowerBIEmbeddedCapacity



SYNOPSIS

Deletes an instance of PowerBI Embedded Capacity.





SYNTAX

Remove-AzureRmPowerBIEmbeddedCapacity [-ResourceGroupName <String>] [-Name <String>] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]



Remove-AzureRmPowerBIEmbeddedCapacity [-ResourceId] <String> [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]



Remove-AzureRmPowerBIEmbeddedCapacity [-InputObject] <PSPowerBIEmbeddedCapacity> [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Remove-AzureRmPowerBIEmbeddedCapacity cmdlet deletes an instance of 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? false

Position? named

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



-InputObject <PSPowerBIEmbeddedCapacity>

Input object for Piping



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-PassThru [<SwitchParameter>]

Will return the deleted capacity details if the operation completes successfully



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts user to confirm whether to perform the operation



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Describes the actions the current operation will perform without actually performing them



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.PowerBI.Models.PSPowerBIEmbeddedCapacity







NOTES









Example 1



PS C:\\> Remove-AzureRmPowerBIEmbeddedCapacity -Name "testcapacity" -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 : {}



This command will remove the capacity named testcapacity in the resourcegroup testRG







RELATED LINKS

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

Get-AzureRmPowerBIEmbeddedCapacity

New-AzureRmPowerBIEmbeddedCapacity