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

GetInboundRoutesParameters Class

The parameters specifying the connection resource whose inbound routes are being requested.

Inheritance
azure.mgmt.network._serialization.Model
GetInboundRoutesParameters

Constructor

GetInboundRoutesParameters(*, resource_uri: str | None = None, connection_type: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
resource_uri
str

The connection resource whose inbound routes are being requested.

connection_type
str

The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.

Variables

Name Description
resource_uri
str

The connection resource whose inbound routes are being requested.

connection_type
str

The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.