Network Interface Resource Settings Response
data class NetworkInterfaceResourceSettingsResponse(val enableAcceleratedNetworking: Boolean? = null, val ipConfigurations: List<NicIpConfigurationResourceSettingsResponse>? = null, val resourceType: String, val targetResourceName: String)
Defines the network interface resource settings.
Constructors
Link copied to clipboard
fun NetworkInterfaceResourceSettingsResponse(enableAcceleratedNetworking: Boolean? = null, ipConfigurations: List<NicIpConfigurationResourceSettingsResponse>? = null, resourceType: String, targetResourceName: String)