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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python