Compartilhar via


RouteMap Class

The RouteMap child resource of a Virtual hub.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
RouteMap

Constructor

RouteMap(*, id: str | None = None, associated_inbound_connections: List[str] | None = None, associated_outbound_connections: List[str] | None = None, rules: List[_models.RouteMapRule] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

associated_inbound_connections

List of connections which have this RoutMap associated for inbound traffic.

associated_outbound_connections

List of connections which have this RoutMap associated for outbound traffic.

rules

List of RouteMap rules to be applied.

Variables

Name Description
id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
str

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

type
str

Resource type.

associated_inbound_connections

List of connections which have this RoutMap associated for inbound traffic.

associated_outbound_connections

List of connections which have this RoutMap associated for outbound traffic.

rules

List of RouteMap rules to be applied.

provisioning_state

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