RouteMap interface

The RouteMap child resource of a Virtual hub.

Extends

Properties

associatedInboundConnections

List of connections which have this RoutMap associated for inbound traffic.

associatedOutboundConnections

List of connections which have this RoutMap associated for outbound traffic.

etag

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

provisioningState

The provisioning state of the RouteMap resource.

rules

List of RouteMap rules to be applied.

Inherited Properties

id

Resource ID.

name

Name of the resource.

type

Type of the resource.

Property Details

associatedInboundConnections

List of connections which have this RoutMap associated for inbound traffic.

associatedInboundConnections?: string[]

Property Value

string[]

associatedOutboundConnections

List of connections which have this RoutMap associated for outbound traffic.

associatedOutboundConnections?: string[]

Property Value

string[]

etag

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

etag?: string

Property Value

string

provisioningState

The provisioning state of the RouteMap resource.

provisioningState?: string

Property Value

string

rules

List of RouteMap rules to be applied.

rules?: RouteMapRule[]

Property Value

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From ReadOnlySubResourceModel.id

name

Name of the resource.

name?: string

Property Value

string

Inherited From ReadOnlySubResourceModel.name

type

Type of the resource.

type?: string

Property Value

string

Inherited From ReadOnlySubResourceModel.type