Get-AdminPowerAppConnectionReferences
Returns app connection references.
Syntax
Default (Default)
Get-AdminPowerAppConnectionReferences
-EnvironmentName <String>
-AppName <String>
[<CommonParameters>]
Description
The Get-AdminPowerAppConnectionReferences information about all connections references in the specified app. Use Get-Help Get-AdminPowerAppConnectionReferences -Examples for more detail.
Examples
EXAMPLE 1
Get-AdminPowerAppConnectionReferences -EnvironmentName 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -AppName 00001111-aaaa-2222-bbbb-3333cccc4444
Returns all connection references for the specified environment referenced in the app with ID 00001111-aaaa-2222-bbbb-3333cccc4444.
Parameters
-AppName
App ID for the app to list all connection references.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-EnvironmentName
Environment ID where the input app is located.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.