NetworkArgs

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

Network properties of a server.

Constructors

Link copied to clipboard
constructor(delegatedSubnetResourceId: Output<String>? = null, privateDnsZoneArmResourceId: Output<String>? = null, publicNetworkAccess: Output<Either<String, ServerPublicNetworkAccessState>>? = 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.

Link copied to clipboard

public network access is enabled or not

Functions

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