NetworkResponse

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

Network properties of a server.

Constructors

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

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

public network access is enabled or not