GetInboundRoutesParameters Class
The parameters specifying the connection resource whose inbound routes are being requested.
- Inheritance
-
azure.mgmt.network._serialization.ModelGetInboundRoutesParameters
Constructor
GetInboundRoutesParameters(*, resource_uri: str | None = None, connection_type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resource_uri
|
The connection resource whose inbound routes are being requested. |
connection_type
|
The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection. |
Variables
Name | Description |
---|---|
resource_uri
|
The connection resource whose inbound routes are being requested. |
connection_type
|
The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python