Share via


Get-AdminFlowAtRiskOfSuspension

Returns flows that are at risk of suspension.

Syntax

Default (Default)

Get-AdminFlowAtRiskOfSuspension
    -EnvironmentName <String>
    [-ApiVersion <String>]
    [<CommonParameters>]

Description

The Get-AdminFlowAtRiskOfSuspension cmdlet returns flows that are at risk of suspension. Use Get-Help Get-AdminFlowAtRiskOfSuspension -Examples for more detail.

Examples

EXAMPLE 1

Get-AdminFlowAtRiskOfSuspension -EnvironmentName 7b7ba678-637d-ec84-9bdc-32f4265f449b

Gets flows that are at risk of suspension in environment "7b7ba678-637d-ec84-9bdc-32f4265f449b."

EXAMPLE 2

Get-AdminFlowAtRiskOfSuspension -EnvironmentName 7b7ba678-637d-ec84-9bdc-32f4265f449b -ApiVersion '2016-11-01' | Export-Csv -Path outputDemo.csv -NoTypeInformation

Export the flows that are at risk of suspension in environment "7b7ba678-637d-ec84-9bdc-32f4265f449b" to file outputDemo.csv.

Parameters

-ApiVersion

The api version to call with.

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

-EnvironmentName

Specifies the environment ID.

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.