Network Interface Resource Settings Response
data class NetworkInterfaceResourceSettingsResponse(val enableAcceleratedNetworking: Boolean? = null, val ipConfigurations: List<NicIpConfigurationResourceSettingsResponse>? = null, val resourceType: String, val tags: Map<String, String>? = null, val targetResourceGroupName: String? = null, 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, tags: Map<String, String>? = null, targetResourceGroupName: String? = null, targetResourceName: String)