< Back
Create-EdgeReference
Post
NAME Create-EdgeReference
SYNOPSIS
Create a reference in Apigee Edge.
SYNTAX
Create-EdgeReference [-Name] <String> [-Environment] <String> [-Refers] <String> [[-ResourceType] <String>]
[[-Org] <String>] [<CommonParameters>]
DESCRIPTION
Create a reference in Apigee Edge. A reference points to something else, usually a keystore.
PARAMETERS
-Name <String>
Required. The name to give to this new reference. It must be unique among references in the environment.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Environment <String>
Required. The name of the environment in which to create the reference.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Refers <String>
Required. The name of the thing this reference refers to. Usually the name of a keystore in the environment.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ResourceType <String>
Optional. Defaults to KeyStore. There's really only one valid value, at this time.
Required? false
Position? 4
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? 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:\\>Create-EdgeReference -Name ks-ref1 -Environment test
RELATED LINKS
Get-EdgeKeystore
SYNOPSIS
Create a reference in Apigee Edge.
SYNTAX
Create-EdgeReference [-Name] <String> [-Environment] <String> [-Refers] <String> [[-ResourceType] <String>]
[[-Org] <String>] [<CommonParameters>]
DESCRIPTION
Create a reference in Apigee Edge. A reference points to something else, usually a keystore.
PARAMETERS
-Name <String>
Required. The name to give to this new reference. It must be unique among references in the environment.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Environment <String>
Required. The name of the environment in which to create the reference.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Refers <String>
Required. The name of the thing this reference refers to. Usually the name of a keystore in the environment.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ResourceType <String>
Optional. Defaults to KeyStore. There's really only one valid value, at this time.
Required? false
Position? 4
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? 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:\\>Create-EdgeReference -Name ks-ref1 -Environment test
RELATED LINKS
Get-EdgeKeystore