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

NetworkManagerRoutingConfiguration Class

Defines the routing configuration.

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

Constructor

NetworkManagerRoutingConfiguration(*, description: str | None = None, route_table_usage_mode: str | _models.RouteTableUsageMode = 'ManagedOnly', **kwargs: Any)

Keyword-Only Parameters

Name Description
description
str

A description of the routing configuration.

Default value: None
route_table_usage_mode

Route table usage mode defines which route table will be used by the configuration. If not defined, this will default to 'ManagedOnly'. Known values are: "ManagedOnly" and "UseExisting".

Default value: ManagedOnly

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 of the routing configuration.

provisioning_state

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

resource_guid
str

Unique identifier for this resource.

route_table_usage_mode

Route table usage mode defines which route table will be used by the configuration. If not defined, this will default to 'ManagedOnly'. Known values are: "ManagedOnly" and "UseExisting".