RoutingIntent Class

The routing intent 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
RoutingIntent

Constructor

RoutingIntent(*, id: str | None = None, name: str | None = None, routing_policies: List[_models.RoutingPolicy] | None = None, **kwargs: Any)

Keyword-Only Parameters

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.

routing_policies

List of routing policies.

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.

routing_policies

List of routing policies.

provisioning_state

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