RoutingRule Class
Network routing rule.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ChildResourceRoutingRule
Constructor
RoutingRule(*, description: str | None = None, destination: _models.RoutingRuleRouteDestination | None = None, next_hop: _models.RoutingRuleNextHop | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
A description for this rule. |
destination
|
Indicates the destination for this particular rule. |
next_hop
|
Indicates the next hop for this particular rule. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
system_data
|
The system metadata related to this resource. |
description
|
A description for this rule. |
provisioning_state
|
The provisioning state of the resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
resource_guid
|
Unique identifier for this resource. |
destination
|
Indicates the destination for this particular rule. |
next_hop
|
Indicates the next hop for this particular rule. |
Azure SDK for Python