Get-AzRouteConfig
從路由表取得路由。
語法
Get-AzRouteConfig
-RouteTable <PSRouteTable>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzRouteConfig Cmdlet 會從 Azure 路由表取得路由。 您可以依名稱指定路由。
範例
範例 1:取得路由表
Get-AzRouteTable -ResourceGroupName "ResourceGroup11" -Name "RouteTable01" | Get-AzRouteConfig -Name "Route07"
Name : route07
Id :
Etag :
ProvisioningState :
AddressPrefix : 10.1.0.0/16
NextHopType : VnetLocal
NextHopIpAddress :
此命令會使用 Get-AzRouteTable Cmdlet,取得名為 RouteTable01 的路由表。 命令會使用管線運算符,將該數據表傳遞至目前的 Cmdlet。 目前的 Cmdlet 會在名為 RouteTable01 的路由表中取得名為 Route07 的路由。
參數
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定此 Cmdlet 取得的路由名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RouteTable
指定此 Cmdlet 從中取得路由的路由表。
類型: | PSRouteTable |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |