共用方式為


Update-AzRouteServer

更新 Azure RouteServer。

語法

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

Description

Update-AzRouteServer Cmdlet 會將分支對分支流量切換至 Azure RouteServer。

範例

範例 1

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

若要啟用分支以分支傳送路由伺服器的流量。

範例 2

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

若要停用路由伺服器的分支至分支流量。

範例 3

Update-AzRouteServer -ResourceGroupName $rgname -RouteServerName $routeServerName -HubRoutingPreference "AsPath"

變更路由伺服器的路由喜好設定。

參數

-AllowBranchToBranchTraffic

旗標,允許分支對路由伺服器的分支流量。

類型:Nullable<T>[Boolean]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Confirm

執行 Cmdlet 之前先提示您確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-HubRoutingPreference

路由喜好設定以路由傳送流量

類型:String
接受的值:ExpressRoute, VpnGateway, ASPath
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ResourceGroupName

路由伺服器的資源組名。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:True

-ResourceId

路由伺服器的 ResourceId。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-RouteServerName

路由伺服器的名稱。

類型:String
別名:ResourceName
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:True

-WhatIf

顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

String

輸出

PSRouteServer