共用方式為


Get-AzRouteServer

取得 Azure RouteServer

語法

Get-AzRouteServer
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzRouteServer
   -ResourceGroupName <String>
   [-RouteServerName <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzRouteServer
   -ResourceId <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzRouteServer Cmdlet 會取得 Azure RouteServer

範例

範例 1

Get-AzRouteServer -ResourceGroupName routeServerRG -RouteServerName routeServer

範例 2

$routeServerId = '/subscriptions/8c992d64-fce9-426d-b278-85642dfeab03/resourceGroups/routeServerRG/providers/Microsoft.Network/virtualHubs/routeServer'
Get-AzRouteServer -ResourceId $routeServerId

參數

-DefaultProfile

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

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
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
必要:False
接受管線輸入:True
接受萬用字元:True

輸入

String

輸出

PSRouteServer