New-AzExpressRoutePortLOA
下載快速路由埠的授權檔。
語法
New-AzExpressRoutePortLOA
-PortName <String>
-ResourceGroupName <String>
-CustomerName <String>
[-Destination <String>]
[-PassThru]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzExpressRoutePortLOA
-ExpressRoutePort <PSExpressRoutePort>
-CustomerName <String>
[-Destination <String>]
[-PassThru]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzExpressRoutePortLOA
-Id <String>
-CustomerName <String>
[-Destination <String>]
[-PassThru]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
New-AzExpressRoutePortLOA Cmdlet 會以 PDF 格式下載快速路由埠的授權檔。
範例
範例 1
New-AzExpressRoutePortLOA -ResourceGroupName myRg -PortName myPort -CustomerName Contoso -Destination loa.pdf
下載快速路由埠 'myPort' 的授權檔信,並將其儲存在檔案 'loa.pdf'。
範例 2
下載快速路由埠的授權檔。 ( 自動產生 )
New-AzExpressRoutePortLOA -CustomerName Contoso -Destination loa.pdf -ExpressRoutePort <PSExpressRoutePort>
參數
-AsJob
在背景執行 Cmdlet
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-CustomerName
指派此 Express Route Port 的客戶名稱。
類型: | String |
別名: | Name |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Destination
要儲存授權信的輸出 filepath。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ExpressRoutePort
快速路由埠資源。
類型: | PSExpressRoutePort |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Id
Express Route 埠的 ResourceId。
類型: | String |
別名: | ResourceId |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-PassThru
會傳回 物件,代表您正在使用的專案。 根據預設,此 Cmdlet 不會產生任何輸出。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-PortName
快速路由埠名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
快速路由埠的資源組名。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |