Virtual Network Resource Settings Response
data class VirtualNetworkResourceSettingsResponse(val addressSpace: List<String>? = null, val dnsServers: List<String>? = null, val enableDdosProtection: Boolean? = null, val resourceType: String, val subnets: List<SubnetResourceSettingsResponse>? = null, val targetResourceName: String)
Defines the virtual network resource settings.
Constructors
Link copied to clipboard
fun VirtualNetworkResourceSettingsResponse(addressSpace: List<String>? = null, dnsServers: List<String>? = null, enableDdosProtection: Boolean? = null, resourceType: String, subnets: List<SubnetResourceSettingsResponse>? = null, targetResourceName: String)