Remove-AzExpressRoutePortIdentity

Removes a identity from an ExpressRoutePort.

Note

This is the previous version of our documentation. Please consult the most recent version for up-to-date information.

Syntax

Remove-AzExpressRoutePortIdentity
      -ExpressRoutePort <PSExpressRoutePort>
      [-DefaultProfile <IAzureContextContainer>]
      [<CommonParameters>]

Description

The Remove-AzExpressRoutePortIdentity cmdlet removes identity from a local Azure ExpressRoutePort object. Use Remove-AzExpressRoutePort to remove it to from ExpressRoutePort.

Examples

Example 1

PS C:\> $expressroutePort = Remove-AzExpressRoutePortIdentity -ExpressRoutePort $expressroutePort

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-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
-ExpressRoutePort

The ExpressRoutePort

Type:PSExpressRoutePort
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False
-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Inputs

PSExpressRoutePort

Outputs

PSExpressRoutePort