GetHubRouteTableResult

data class GetHubRouteTableResult(val associatedConnections: List<String>, val azureApiVersion: String, val etag: String, val id: String? = null, val labels: List<String>? = null, val name: String? = null, val propagatingConnections: List<String>, val provisioningState: String, val routes: List<HubRouteResponse>? = null, val type: String)

RouteTable resource in a virtual hub.

Constructors

Link copied to clipboard
constructor(associatedConnections: List<String>, azureApiVersion: String, etag: String, id: String? = null, labels: List<String>? = null, name: String? = null, propagatingConnections: List<String>, provisioningState: String, routes: List<HubRouteResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of all connections associated with this route table.

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? = null

Resource ID.

Link copied to clipboard
val labels: List<String>? = null

List of labels associated with this route table.

Link copied to clipboard
val name: String? = null

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

List of all connections that advertise to this route table.

Link copied to clipboard

The provisioning state of the RouteTable resource.

Link copied to clipboard

List of all routes.

Link copied to clipboard

Resource type.