< Back
Get-AzureRmLogicAppTriggerCallbackUrl
Post
NAME Get-AzureRmLogicAppTriggerCallbackUrl
SYNOPSIS
Gets a Logic App trigger callback URL.
SYNTAX
Get-AzureRmLogicAppTriggerCallbackUrl [-DefaultProfile <IAzureContextContainer>] -Name <String> -ResourceGroupName <String> -TriggerName <String>
[<CommonParameters>]
DESCRIPTION
The Get-AzureRmLogicAppTriggerCallbackUrl cmdlet gets a Logic App trigger callback URL from a resource group. This cmdlet returns a
WorkflowTriggerCallbackUrl object that represents the callback URL. Specify the resource group name, logic app name, and trigger name.
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
-Name <String>
Specifies the name of a logic app.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the name of a resource group.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-TriggerName <String>
Specifies the name of a trigger.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
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.Management.Logic.Models.WorkflowTriggerCallbackUrl
NOTES
Example 1: Get a Logic App trigger callback URL
PS C:\\>Get-AzureRmLogicAppTriggerCallbackUrl -ResourceGroupName "ResourceGroup11" -Name "LogicApp1" -TriggerName "manual"
Value
-----
https://prod-03.westus.logic.azure.com: ... iggers%2Fm
anual%2Frun&sv=1.0&sig=<value>
This command gets a Logic App trigger callback URL.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... allbackurl
Get-AzureRmIntegrationAccountCallbackUrl
SYNOPSIS
Gets a Logic App trigger callback URL.
SYNTAX
Get-AzureRmLogicAppTriggerCallbackUrl [-DefaultProfile <IAzureContextContainer>] -Name <String> -ResourceGroupName <String> -TriggerName <String>
[<CommonParameters>]
DESCRIPTION
The Get-AzureRmLogicAppTriggerCallbackUrl cmdlet gets a Logic App trigger callback URL from a resource group. This cmdlet returns a
WorkflowTriggerCallbackUrl object that represents the callback URL. Specify the resource group name, logic app name, and trigger name.
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
-Name <String>
Specifies the name of a logic app.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the name of a resource group.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-TriggerName <String>
Specifies the name of a trigger.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
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.Management.Logic.Models.WorkflowTriggerCallbackUrl
NOTES
Example 1: Get a Logic App trigger callback URL
PS C:\\>Get-AzureRmLogicAppTriggerCallbackUrl -ResourceGroupName "ResourceGroup11" -Name "LogicApp1" -TriggerName "manual"
Value
-----
https://prod-03.westus.logic.azure.com: ... iggers%2Fm
anual%2Frun&sv=1.0&sig=<value>
This command gets a Logic App trigger callback URL.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... allbackurl
Get-AzureRmIntegrationAccountCallbackUrl