NetworkInterfaceResourceSettingsResponse

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? = null)

Defines the network interface resource settings.

Constructors

Link copied to clipboard
constructor(enableAcceleratedNetworking: Boolean? = null, ipConfigurations: List<NicIpConfigurationResourceSettingsResponse>? = null, resourceType: String, tags: Map<String, String>? = null, targetResourceGroupName: String? = null, targetResourceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets a value indicating whether accelerated networking is enabled.

Link copied to clipboard

Gets or sets the IP configurations of the NIC.

Link copied to clipboard

The resource type. For example, the value can be Microsoft.Compute/virtualMachines. Expected value is 'Microsoft.Network/networkInterfaces'.

Link copied to clipboard
val tags: Map<String, String>? = null

Gets or sets the Resource tags.

Link copied to clipboard

Gets or sets the target resource group name.

Link copied to clipboard

Gets or sets the target Resource name.