Get-AppQuarantineState
Retrieves the app quarantine state.
PowerShell
Get-AppQuarantineState
[-EnvironmentName] <String>
[-AppName] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
The Get-AppQuarantineState cmdlet retrieves the quarantine state for the specified app.
PowerShell
Get-AppQuarantineState -EnvironmentName a5675ce2-99a8-4b25-9272-6abaf37660fe -AppName c3dba9c8-0f42-4c88-8110-04b582f20735
Return: Quarantined
PowerApps api version date, defaults to "2021-02-01".
Type: | String |
Position: | 3 |
Default value: | 2021-02-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
App ID of the app to operate on.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Environment ID of the environment.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |