Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Route

Package version

Route resource

Hierarchy

Index

Properties

Optional addressPrefix

addressPrefix: undefined | string

The destination CIDR to which the route applies.

Optional etag

etag: undefined | string

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

Optional id

id: undefined | string

Resource ID.

Optional name

name: undefined | string

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

Optional nextHopIpAddress

nextHopIpAddress: undefined | string

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

nextHopType

nextHopType: RouteNextHopType

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

Optional provisioningState

provisioningState: undefined | string

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

Generated using TypeDoc