Network Response
data class NetworkResponse(val delegatedSubnetResourceId: String? = null, val privateDnsZoneArmResourceId: String? = null, val publicNetworkAccess: String)
Network properties of a server.
Constructors
Link copied to clipboard
fun NetworkResponse(delegatedSubnetResourceId: String? = null, privateDnsZoneArmResourceId: String? = null, publicNetworkAccess: String)