EffectiveRoutesParameters Class
The parameters specifying the resource whose effective routes are being requested.
- Inheritance
-
azure.mgmt.network._serialization.ModelEffectiveRoutesParameters
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python