Network Args
data class NetworkArgs(val delegatedSubnetResourceId: Output<String>? = null, val privateDnsZoneArmResourceId: Output<String>? = null) : ConvertibleToJava<NetworkArgs>
Network properties of a server.
Properties
Link copied to clipboard
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
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.