BackendSubnetConfigurationArgs

data class BackendSubnetConfigurationArgs(val id: Output<String>? = null) : ConvertibleToJava<BackendSubnetConfigurationArgs>

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

Constructors

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

Properties

Link copied to clipboard
val id: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): BackendSubnetConfigurationArgs