< Back

Stop-AzureRmLogicAppRun

Tue Jan 29, 2019 9:52 pm

NAME Stop-AzureRmLogicAppRun



SYNOPSIS

Cancels a run of a logic app.





SYNTAX

Stop-AzureRmLogicAppRun [-DefaultProfile <IAzureContextContainer>] [-Force] -Name <String> -ResourceGroupName <String> -RunName <String>

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





DESCRIPTION

The Stop-AzureRmLogicAppRun cmdlet cancels a run of a logic app. Specify the logic app, resource group, and run.



This module supports dynamic parameters. To use a dynamic parameter, type it in the command. To discover the names of dynamic parameters, type a

hyphen (-) after the cmdlet name, and then press the Tab key repeatedly to cycle through the available parameters. If you omit a required template

parameter, the cmdlet prompts you for the value.





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



-Force [<SwitchParameter>]

Forces the command to run without asking for user confirmation.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

Specifies the name of a logic app for which this cmdlet cancels a run.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name for a resource group in which this cmdlet cancels a run.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-RunName <String>

Specifies the name of a logic app run that this cmdlet cancels.



Required? true

Position? named

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

System.Object







NOTES









Example 1: Cancel a run of a logic app



PS C:\\>Get-AzureRmLogicApp -ResourceGroupName "ResourceGroup11" -Name "LogicApp03" -RunName "08587489104702792076"



This command cancels a run of the logic app named LogicApp03.







RELATED LINKS

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

Start-AzureRmLogicApp