< Back
Deploy-EdgeSharedFlow
Post
NAME Deploy-EdgeSharedFlow
SYNOPSIS
Deploy a sharedflow in Apigee Edge.
SYNTAX
Deploy-EdgeSharedFlow [-Name] <String> [-Environment] <String> [-Revision] <String> [[-Org] <String>] [[-Params]
<Hashtable>] [<CommonParameters>]
DESCRIPTION
Deploy a revision of a sharedflow that is not yet deployed. It must exist.
PARAMETERS
-Name <String>
Required. The name of the sharedflow to deploy.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Environment <String>
Required. The name of the environment to which to deploy the sharedflow.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Revision <String>
Required. The revision of the sharedflow.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Org <String>
Optional. The Apigee Edge organization. The default is to use the value from Set-EdgeConnection.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Params <Hashtable>
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Deploy-EdgeSharedFlow -Name sf-1 -Environment test -Revision 8
RELATED LINKS
Import-EdgeSharedFlow
SYNOPSIS
Deploy a sharedflow in Apigee Edge.
SYNTAX
Deploy-EdgeSharedFlow [-Name] <String> [-Environment] <String> [-Revision] <String> [[-Org] <String>] [[-Params]
<Hashtable>] [<CommonParameters>]
DESCRIPTION
Deploy a revision of a sharedflow that is not yet deployed. It must exist.
PARAMETERS
-Name <String>
Required. The name of the sharedflow to deploy.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Environment <String>
Required. The name of the environment to which to deploy the sharedflow.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Revision <String>
Required. The revision of the sharedflow.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Org <String>
Optional. The Apigee Edge organization. The default is to use the value from Set-EdgeConnection.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Params <Hashtable>
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Deploy-EdgeSharedFlow -Name sf-1 -Environment test -Revision 8
RELATED LINKS
Import-EdgeSharedFlow