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.ChildResource
RoutingRule

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
str

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
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

etag
str

A unique read-only string that changes whenever the resource is updated.

system_data

The system metadata related to this resource.

description
str

A description for this rule.

provisioning_state

The provisioning state of the resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".

resource_guid
str

Unique identifier for this resource.

destination

Indicates the destination for this particular rule.

next_hop

Indicates the next hop for this particular rule.