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

VirtualHubRouteV2 Class

VirtualHubRouteTableV2 route.

Inheritance
azure.mgmt.network._serialization.Model
VirtualHubRouteV2

Constructor

VirtualHubRouteV2(*, destination_type: str | None = None, destinations: List[str] | None = None, next_hop_type: str | None = None, next_hops: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
destination_type
str

The type of destinations.

destinations

List of all destinations.

next_hop_type
str

The type of next hops.

next_hops

NextHops ip address.

Variables

Name Description
destination_type
str

The type of destinations.

destinations

List of all destinations.

next_hop_type
str

The type of next hops.

next_hops

NextHops ip address.