你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.

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.

Default value: None
associated_inbound_connections

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

Default value: None
associated_outbound_connections

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

Default value: None
rules

List of RouteMap rules to be applied.

Default value: None

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".