< Back

Get-AzureRmLogicApp

Tue Jan 29, 2019 9:51 pm

NAME Get-AzureRmLogicApp



SYNOPSIS

Gets a logic app from a resource group.





SYNTAX

Get-AzureRmLogicApp [-DefaultProfile <IAzureContextContainer>] -Name <String> -ResourceGroupName <String> [-Version <String>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmLogicApp cmdlet gets a logic app. This cmdlet returns a Workflow object.



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 the logic app that this cmdlet gets.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name for a resource group in which this cmdlet gets a logic app.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Version <String>

Specifies the version of a logic app.



Required? false

Position? named

Default value None

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.Management.Logic.Models.Workflow







NOTES









Example 1: Get a logic app from a resource group



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

Id :

/subscriptions/57b7034d-72d4-433d-ace2-a7460aed6a99/resourceGroups/LogicAppCmdletTest/providers/Microsoft.Logic/workflows/LogicApp03

Name : LogicApp03

Type : Microsoft.Logic/workflows

Location : westus

ChangedTime : 1/13/2016 2:41:39 PM

CreatedTime : 1/13/2016 2:41:39 PM

AccessEndpoint : https://westus.logic.azure.com:443/subs ... rceGroup11

/providers/Microsoft.Logic/workflows/LogicApp03

State : Enabled

DefinitionLinkUri :

DefinitionLinkContentVersion :

Definition : {$schema, contentVersion, parameters, triggers...}

ParametersLinkUri :

ParametersLinkContentVersion :

Parameters : {[destinationUri, Microsoft.Azure.Management.Logic.Models.WorkflowParameter]}

SkuName : Standard

PlanName : StandardServicePlan

PlanType : Microsoft.Web/ServerFarms

PlanId :

/subscriptions/57b7034d-72d4-433d-ace2-a7460aed6a99/resourceGroups/ResourceGroup11/providers/Microsoft.Web/serverfarms/StandardServicePlan

Version : 08587489107859952120



This command gets a logic app from the resource group named ResourceGroup11.







RELATED LINKS

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

New-AzureRmLogicApp

Remove-AzureRmLogicApp

Set-AzureRmLogicApp

Start-AzureRmLogicApp