共用方式為


Get-AzEffectiveRouteTable

取得網路介面的有效路由表。

語法

Get-AzEffectiveRouteTable
   -NetworkInterfaceName <String>
   [-ResourceGroupName <String>]
   [-AsJob]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzEffectiveRouteTable Cmdlet 會傳回在網路介面上套用的有效路由表。

範例

範例 1:取得網路介面上的有效路由表

Get-AzEffectiveRouteTable -NetworkInterfaceName "MyNetworkInterface" -ResourceGroupName "MyResourceGroup"

此命令會取得與 MyResourceGroup 資源群組中名為 MyNetworkInterface 之網路介面相關聯的有效路由表。

參數

-AsJob

在背景執行 Cmdlet

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

-DefaultProfile

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

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

-NetworkInterfaceName

指定網路介面的名稱。

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

-ResourceGroupName

指定網路介面的資源群組。

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

輸入

String

輸出

PSEffectiveRoute