Get Route Map Result
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.
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
The provisioning state of the RouteMap resource.
Link copied to clipboard
List of RouteMap rules to be applied.