Get-AdminPowerAppConnectorAction
Returns connector operations.
Syntax
Default (Default)
Get-AdminPowerAppConnectorAction
-ConnectorName <String>
[-EnvironmentName <String>]
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Get-AdminPowerAppConnectorAction cmdlet retrieves the specified connector operations. Use Get-Help Get-AdminPowerAppConnectorAction -Examples for more detail.
Examples
EXAMPLE 1
Get-AdminPowerAppConnectorAction -ConnectorName "shared_powerplatformforadmins"
Returns all operations for the specified connector.
Parameters
-ApiVersion
The api version to call with. Default 2018-01-01.
Parameter properties
Type: | String |
Default value: | 2016-11-01 |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ConnectorName
The connector name.
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
The environment's identifier.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
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.