< Back

Suspend-AzureRmPowerBIEmbeddedCapacity

Tue Jan 29, 2019 9:59 pm

NAME Suspend-AzureRmPowerBIEmbeddedCapacity



SYNOPSIS

Suspends an instance of PowerBI Embedded Capacity.





SYNTAX

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



Suspend-AzureRmPowerBIEmbeddedCapacity [-ResourceId] <String> [-Confirm] [-WhatIf] [<CommonParameters>]



Suspend-AzureRmPowerBIEmbeddedCapacity [-InputObject] <PSPowerBIEmbeddedCapacity> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Suspend-AzureRmPowerBIEmbeddedCapacity cmdlet suspends an instance of PowerBI Embedded Capacity





PARAMETERS

-Name <String>

Name of the PowerBI Embedded Capacity



Required? true

Position? 0

Default value None

Accept pipeline input? false

Accept wildcard characters? false



-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



-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



-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:\\> Suspend-AzureRmPowerBIEmbeddedCapacity -Name "testcapacity" -ResourceGroupName "testRG" -PassThru

Type : Microsoft.PowerBIDedicated/capacities

Id : /subscriptions/78e47976-.../resourceGroups/testRG/providers/Microsoft.PowerBIDedicated/capacities/testcapacity

ResourceGroup : testRG

Name : testcapacity

Location : West Central US

State : Paused

Administrator : {admin@microsoft.com}

Sku : A1

Tier : PBIE_Azure

Tag : {}



This command will suspend an active capacity named testcapacity in the resourcegroup testgroup







RELATED LINKS

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

Get-AzureRmPowerBIEmbeddedCapacity

Resume-AzureRmPowerBIEmbeddedCapacity