你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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>]
说明
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 端口的客户名称。
类型: | String |
别名: | Name |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Destination
要存储授权信的输出文件路径。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ExpressRoutePort
快速路由端口资源。
类型: | PSExpressRoutePort |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Id
快速路由端口的 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 |