VnetRoute Class
List of routes that control routing from VirtualHub into a virtual network connection.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelVnetRoute
Constructor
VnetRoute(*, static_routes_config: _models.StaticRoutesConfig | None = None, static_routes: List[_models.StaticRoute] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
static_routes_config
|
Configuration for static routes on this HubVnetConnection. |
static_routes
|
List of all Static Routes. |
Variables
Name | Description |
---|---|
static_routes_config
|
Configuration for static routes on this HubVnetConnection. |
static_routes
|
List of all Static Routes. |
bgp_connections
|
The list of references to HubBgpConnection objects. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python