GetOutboundRoutesParameters Class
The parameters specifying the connection resource whose outbound routes are being requested.
- Inheritance
-
azure.mgmt.network._serialization.ModelGetOutboundRoutesParameters
Constructor
GetOutboundRoutesParameters(*, resource_uri: str | None = None, connection_type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resource_uri
|
The connection resource whose outbound 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 outbound routes are being requested. |
connection_type
|
The type of the specified connection resource like 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