GetRouteMapResult

data class GetRouteMapResult(val associatedInboundConnections: List<String>? = null, val associatedOutboundConnections: List<String>? = null, val azureApiVersion: String, val etag: String, val id: String, val name: String, val provisioningState: String, val rules: List<RouteMapRuleResponse>? = null, val type: String)

The RouteMap child resource of a Virtual hub.

Constructors

Link copied to clipboard
constructor(associatedInboundConnections: List<String>? = null, associatedOutboundConnections: List<String>? = null, azureApiVersion: String, etag: String, id: String, name: String, provisioningState: String, rules: List<RouteMapRuleResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

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

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

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

Link copied to clipboard

The provisioning state of the RouteMap resource.

Link copied to clipboard

List of RouteMap rules to be applied.

Link copied to clipboard

Resource type.