Get-AdminPowerAppConnectionReferences
Returns app connection references.
Syntax
Get-AdminPowerAppConnectionReferences
-EnvironmentName <String>
-AppName <String>
[<CommonParameters>]
Description
The Get-AdminPowerAppConnectionList cmdlet returns information about all connections referenced in the specified app. Use Get-Help Get-AdminPowerAppConnectionList -Examples for more detail.
Examples
EXAMPLE 1
Get-AdminPowerAppConnectionList -EnvironmentName 643268a6-c680-446f-b8bc-a3ebbf98895f -AppName fc947231-728a-4a74-a654-64b0f22a0d71
Returns all connections referenced in the app fc947231-728a-4a74-a654-64b0f22a0d71.
Parameters
-AppName
App ID for the app to list connectors for.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-EnvironmentName
Environment ID where the input app is located.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |