NetworkArgs

data class NetworkArgs(val delegatedSubnetResourceId: Output<String>? = null, val privateDnsZoneArmResourceId: Output<String>? = null) : ConvertibleToJava<NetworkArgs>

Network properties of a server.

Constructors

Link copied to clipboard
constructor(delegatedSubnetResourceId: Output<String>? = null, privateDnsZoneArmResourceId: Output<String>? = null)

Properties

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

Delegated subnet arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.

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

Private dns zone arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone.

Functions

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