你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzExpressRouteCircuit
创建 Azure 快速路由线路。
语法
New-AzExpressRouteCircuit
-Name <String>
-ResourceGroupName <String>
-Location <String>
[-SkuTier <String>]
[-SkuFamily <String>]
-ServiceProviderName <String>
-PeeringLocation <String>
-BandwidthInMbps <Int32>
[-Peering <PSPeering[]>]
[-Authorization <PSExpressRouteCircuitAuthorization[]>]
[-AllowClassicOperations <Boolean>]
[-Tag <Hashtable>]
[-Force]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzExpressRouteCircuit
-Name <String>
-ResourceGroupName <String>
-Location <String>
[-SkuTier <String>]
[-SkuFamily <String>]
-ExpressRoutePort <PSExpressRoutePort>
-BandwidthInGbps <Double>
[-AuthorizationKey <String>]
[-Peering <PSPeering[]>]
[-Authorization <PSExpressRouteCircuitAuthorization[]>]
[-AllowClassicOperations <Boolean>]
[-Tag <Hashtable>]
[-Force]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
New-AzExpressRouteCircuit cmdlet 创建 Azure 快速路由线路。
示例
示例 1:创建新的 ExpressRoute 线路
$parameters = @{
Name='ExpressRouteCircuit'
ResourceGroupName='ExpressRouteResourceGroup'
Location='West US'
SkuTier='Standard'
SkuFamily='MeteredData'
ServiceProviderName='Equinix'
PeeringLocation='Silicon Valley'
BandwidthInMbps=200
}
New-AzExpressRouteCircuit @parameters
示例 2:在 ExpressRoutePort 上创建新的 ExpressRoute 线路
$parameters = @{
Name='ExpressRouteCircuit'
ResourceGroupName='ExpressRouteResourceGroup'
Location='West US'
SkuTier='Standard'
SkuFamily='MeteredData'
ExpressRoutePort=$PSExpressRoutePort
BandwidthInGbps=10.0
}
New-AzExpressRouteCircuit @parameters
参数
-AllowClassicOperations
使用此参数可以使用经典 Azure PowerShell cmdlet 来管理线路。
类型: | Nullable<T>[Boolean] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-AsJob
在后台运行 cmdlet
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Authorization
线路授权列表。
类型: | PSExpressRouteCircuitAuthorization[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-AuthorizationKey
在不同订阅的 ExpressRoutePort 资源上预配线路时使用的授权密钥。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-BandwidthInGbps
在 ExpressRoutePort 资源上预配线路时线路的带宽。
类型: | Double |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-BandwidthInMbps
线路的带宽。 此值必须是服务提供商支持的值。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ExpressRoutePort
在 ExpressRoutePort 资源上预配线路时,对 ExpressRoutePort 资源的引用。
类型: | PSExpressRoutePort |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Force
强制运行命令而不要求用户确认。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Location
线路的位置。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Name
正在创建的 ExpressRoute 线路的名称。
类型: | String |
别名: | ResourceName |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Peering
列表对等配置。
类型: | PSPeering[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-PeeringLocation
服务提供商支持的对等互连位置的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ResourceGroupName
将包含线路的资源组。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ServiceProviderName
线路服务提供商的名称。 这必须与 Get-AzExpressRouteServiceProvider cmdlet 列出的名称匹配。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-SkuFamily
SKU 系列确定计费类型。 此参数的可能值为: MeteredData
或 UnlimitedData
。 请注意,可以将计费类型从 MeteredData 更改为 UnlimitedData,但无法将类型从 UnlimitedData 更改为 MeteredData。
类型: | String |
接受的值: | MeteredData, UnlimitedData |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-SkuTier
线路的服务层。 此参数的可能值为: Standard
或 Premium
Local
。
类型: | String |
接受的值: | Standard, Premium, Basic, Local |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-Tag
以哈希表的形式进行键值对。 例如:@{key0=“value0”;key1=$null;key2=“value2”}
类型: | Hashtable |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-WhatIf
显示运行该 cmdlet 时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
PSExpressRouteCircuitAuthorization[]
Nullable<T>[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]