Update-AzRouteServer

Update an Azure RouteServer.

Syntax

Update-AzRouteServer
      -ResourceGroupName <String>
      -RouteServerName <String>
      [-AllowBranchToBranchTraffic]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-AzRouteServer
      [-AllowBranchToBranchTraffic]
      -ResourceId <String>
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Update-AzRouteServer cmdlet switches the branch-to-branch traffic to an Azure RouteServer.

Examples

Example 1

Update-AzRouteServer -ResourceGroupName $rgname -RouteServerName $routeServerName -AllowBranchToBranchTraffic

To enable branch to branch traffic for route server.

Example 1

Update-AzRouteServer -ResourceGroupName $rgname -RouteServerName $routeServerName

To disable branch to branch traffic for route server.

Parameters

-AllowBranchToBranchTraffic

Flag to allow branch to branch traffic for route server.

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

The resource group name of the route server.

Type:String
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False
-ResourceId

ResourceId of the route server.

Type:String
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False
-RouteServerName

The name of the route server.

Type:String
Aliases:ResourceName
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

String

Outputs

PSRouteServer