ProxyServerPropertiesArgs

data class ProxyServerPropertiesArgs(val ip: Output<String>? = null, val port: Output<String>? = null) : ConvertibleToJava<ProxyServerPropertiesArgs>

For a non-Azure machine that is not connected directly to the internet, specify a proxy server that the non-Azure machine can use.

Constructors

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

Properties

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

Proxy server IP

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

Proxy server port

Functions

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