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

NextHopResult Class

The information about next hop from the specified VM.

Constructor

NextHopResult(*, next_hop_type: str | _models.NextHopType | None = None, next_hop_ip_address: str | None = None, route_table_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
next_hop_type

Next hop type. Known values are: "Internet", "VirtualAppliance", "VirtualNetworkGateway", "VnetLocal", "HyperNetGateway", and "None".

Default value: None
next_hop_ip_address
str

Next hop IP Address.

Default value: None
route_table_id
str

The resource identifier for the route table associated with the route being returned. If the route being returned does not correspond to any user created routes then this field will be the string 'System Route'.

Default value: None

Variables

Name Description
next_hop_type

Next hop type. Known values are: "Internet", "VirtualAppliance", "VirtualNetworkGateway", "VnetLocal", "HyperNetGateway", and "None".

next_hop_ip_address
str

Next hop IP Address.

route_table_id
str

The resource identifier for the route table associated with the route being returned. If the route being returned does not correspond to any user created routes then this field will be the string 'System Route'.