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

ExpressRouteConnectionsOperationsExtensions.Get 方法

定义

获取指定的 ExpressRouteConnection。

public static Microsoft.Azure.Management.Network.Models.ExpressRouteConnection Get (this Microsoft.Azure.Management.Network.IExpressRouteConnectionsOperations operations, string resourceGroupName, string expressRouteGatewayName, string connectionName);
static member Get : Microsoft.Azure.Management.Network.IExpressRouteConnectionsOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteConnection
<Extension()>
Public Function Get (operations As IExpressRouteConnectionsOperations, resourceGroupName As String, expressRouteGatewayName As String, connectionName As String) As ExpressRouteConnection

参数

operations
IExpressRouteConnectionsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

expressRouteGatewayName
String

ExpressRoute 网关的名称。

connectionName
String

ExpressRoute 连接的名称。

返回

适用于