Disable-AdminFlow
Stops the specified flow.
Syntax
Disable-AdminFlow
-EnvironmentName <String>
-FlowName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Disable-AdminFlow cmdlet stops the specified flow. Use Get-Help Disable-AdminFlow -Examples for more detail.
Examples
EXAMPLE 1
Disable-AdminFlow -EnvironmentName Default-55abc7e5-2812-4d73-9d2f-8d9017f8c877 -FlowName 4d1f7648-ad60-4871-91cb-b77d7ef3c239
Stops the 4d1f7648-ad60-4871-91cb-b77d7ef3c239 flow in environment "Default-55abc7e5-2812-4d73-9d2f-8d9017f8c877."
Parameters
-ApiVersion
The api version to call with.
Type: | String |
Position: | Named |
Default value: | 2016-11-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnvironmentName
Environment ID where the specified flow is located.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-FlowName
Specifies the flow ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |