NetworkResponse

data class NetworkResponse(val delegatedSubnetResourceId: String? = null, val privateDnsZoneResourceId: String? = null, val publicNetworkAccess: String? = null)

Network related properties of a server

Constructors

Link copied to clipboard
constructor(delegatedSubnetResourceId: String? = null, privateDnsZoneResourceId: String? = null, publicNetworkAccess: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Delegated subnet resource id used to setup vnet for a server.

Link copied to clipboard

Private DNS zone resource id.

Link copied to clipboard

Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.