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

EffectiveRoutesParameters Class

The parameters specifying the resource whose effective routes are being requested.

Inheritance
azure.mgmt.network._serialization.Model
EffectiveRoutesParameters

Constructor

EffectiveRoutesParameters(*, resource_id: str | None = None, virtual_wan_resource_type: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
resource_id
str

The resource whose effective routes are being requested.

virtual_wan_resource_type
str

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

Variables

Name Description
resource_id
str

The resource whose effective routes are being requested.

virtual_wan_resource_type
str

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