EffectiveRoutesParameters Class
The parameters specifying the resource whose effective routes are being requested.
Constructor
EffectiveRoutesParameters(*, resource_id: str | None = None, virtual_wan_resource_type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resource_id
|
The resource whose effective routes are being requested. |
virtual_wan_resource_type
|
The type of the specified resource like RouteTable, ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection. |
Variables
Name | Description |
---|---|
resource_id
|
The resource whose effective routes are being requested. |
virtual_wan_resource_type
|
The type of the specified resource like RouteTable, ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python