RoutingPolicy Class
The routing policy object used in a RoutingIntent resource.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelRoutingPolicy
Constructor
RoutingPolicy(*, name: str, destinations: List[str], next_hop: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The unique name for the routing policy. Required. |
destinations
|
List of all destinations which this routing policy is applicable to (for example: Internet, PrivateTraffic). Required. |
next_hop
|
The next hop resource id on which this routing policy is applicable to. Required. |
Variables
Name | Description |
---|---|
name
|
The unique name for the routing policy. Required. |
destinations
|
List of all destinations which this routing policy is applicable to (for example: Internet, PrivateTraffic). Required. |
next_hop
|
The next hop resource id on which this routing policy is applicable to. Required. |
Azure SDK for Python