你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExpressRouteGateway 构造函数

定义

重载

ExpressRouteGateway()

初始化 ExpressRouteGateway 类的新实例。

ExpressRouteGateway(VirtualHubId, String, String, String, String, IDictionary<String,String>, ExpressRouteGatewayPropertiesAutoScaleConfiguration, IList<ExpressRouteConnection>, String, String)

初始化 ExpressRouteGateway 类的新实例。

ExpressRouteGateway()

初始化 ExpressRouteGateway 类的新实例。

public ExpressRouteGateway();
Public Sub New ()

适用于

ExpressRouteGateway(VirtualHubId, String, String, String, String, IDictionary<String,String>, ExpressRouteGatewayPropertiesAutoScaleConfiguration, IList<ExpressRouteConnection>, String, String)

初始化 ExpressRouteGateway 类的新实例。

public ExpressRouteGateway(Microsoft.Azure.Management.Network.Models.VirtualHubId virtualHub, string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Models.ExpressRouteGatewayPropertiesAutoScaleConfiguration autoScaleConfiguration = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteConnection> expressRouteConnections = default, string provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteGateway : Microsoft.Azure.Management.Network.Models.VirtualHubId * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.ExpressRouteGatewayPropertiesAutoScaleConfiguration * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteConnection> * string * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteGateway
Public Sub New (virtualHub As VirtualHubId, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional autoScaleConfiguration As ExpressRouteGatewayPropertiesAutoScaleConfiguration = Nothing, Optional expressRouteConnections As IList(Of ExpressRouteConnection) = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing)

参数

virtualHub
VirtualHubId

部署或将要部署 ExpressRoute 网关的虚拟中心。

id
String

资源 ID。

name
String

资源名称。

type
String

资源类型。

location
String

资源位置。

tags
IDictionary<String,String>

资源标记。

autoScaleConfiguration
ExpressRouteGatewayPropertiesAutoScaleConfiguration

自动缩放的配置。

expressRouteConnections
IList<ExpressRouteConnection>

到 ExpressRoute 网关的 ExpressRoute 连接列表。

provisioningState
String

快速路由网关资源的预配状态。 可能的值包括:“Succeeded”、“Updateing”、“删除”、“Failed”

etag
String

一个唯一的只读字符串,每当资源更新时都会更改。

适用于