ProxyServerPropertiesResponse

data class ProxyServerPropertiesResponse(val ip: String? = null, val port: String? = null)

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: String? = null, port: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String? = null

Proxy server IP

Link copied to clipboard
val port: String? = null

Proxy server port