Remove-AzExpressRouteCircuitPeeringConfig
Removes an ExpressRoute circuit peering configuration.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
Syntax
Remove-AzExpressRouteCircuitPeeringConfig
[-Name <String>]
-ExpressRouteCircuit <PSExpressRouteCircuit>
[-PeerAddressType <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Remove-AzExpressRouteCircuitPeeringConfig cmdlet removes an ExpressRoute circuit peering configuration.
Examples
Example 1: Remove a peering configuration from an ExpressRoute circuit
$circuit = Get-AzExpressRouteCircuit -Name $CircuitName -ResourceGroupName $rg
Remove-AzExpressRouteCircuitPeeringConfig -Name 'AzurePrivatePeering' -ExpressRouteCircuit $circuit
Set-AzExpressRouteCircuit -ExpressRouteCircuit $circuit
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure.
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-ExpressRouteCircuit
The ExpressRoute circuit containing the peering configuration to be removed.
| Type: | PSExpressRouteCircuit |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
-Name
The name of the peering configuration to be removed.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-PeerAddressType
The Address family of the peering
| Type: | String |
| Accepted values: | IPv4, IPv6, All |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |