Network Response
data class NetworkResponse(val delegatedSubnetResourceId: String? = null, val privateDnsZoneArmResourceId: String? = null, val publicNetworkAccess: String? = null)
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.
Link copied to clipboard
public network access is enabled or not