Network Interface Resource Settings Args
data class NetworkInterfaceResourceSettingsArgs(val enableAcceleratedNetworking: Output<Boolean>? = null, val ipConfigurations: Output<List<NicIpConfigurationResourceSettingsArgs>>? = null, val resourceType: Output<String>, val tags: Output<Map<String, String>>? = null, val targetResourceGroupName: Output<String>? = null, val targetResourceName: Output<String>? = null) : ConvertibleToJava<NetworkInterfaceResourceSettingsArgs>
Defines the network interface resource settings.
Constructors
Link copied to clipboard
constructor(enableAcceleratedNetworking: Output<Boolean>? = null, ipConfigurations: Output<List<NicIpConfigurationResourceSettingsArgs>>? = null, resourceType: Output<String>, tags: Output<Map<String, String>>? = null, targetResourceGroupName: Output<String>? = null, targetResourceName: Output<String>? = null)
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
Gets or sets the target resource group name.
Link copied to clipboard
Gets or sets the target Resource name.