BackendSubnetConfigurationResponse

data class BackendSubnetConfigurationResponse(val id: String? = null)

Information regarding how the subnet to which the gateway should be injected.

Constructors

Link copied to clipboard
constructor(id: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ARM ID of the subnet in which the backend systems are hosted.