Route interface

Route resource

Extends

Properties

addressPrefix

The destination CIDR to which the route applies.

etag

A unique read-only string that changes whenever the resource is updated.

name

The name of the resource that is unique within a resource group. This name can be used to access the resource.

nextHopIpAddress

The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.

nextHopType

The type of Azure hop the packet should be sent to. Possible values are: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', and 'None'

provisioningState

The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

Inherited Properties

id

Resource ID.

Property Details

addressPrefix

The destination CIDR to which the route applies.

addressPrefix?: string

Property Value

string

etag

A unique read-only string that changes whenever the resource is updated.

etag?: string

Property Value

string

name

The name of the resource that is unique within a resource group. This name can be used to access the resource.

name?: string

Property Value

string

nextHopIpAddress

The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.

nextHopIpAddress?: string

Property Value

string

nextHopType

The type of Azure hop the packet should be sent to. Possible values are: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', and 'None'

nextHopType?: string

Property Value

string

provisioningState

The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

provisioningState?: string

Property Value

string

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id