Network Interface Args
constructor(acceleratedNetworkingEnabled: Output<Boolean>? = null, auxiliaryMode: Output<String>? = null, auxiliarySku: Output<String>? = null, dnsServers: Output<List<String>>? = null, edgeZone: Output<String>? = null, internalDnsNameLabel: Output<String>? = null, ipConfigurations: Output<List<NetworkInterfaceIpConfigurationArgs>>? = null, ipForwardingEnabled: Output<Boolean>? = null, location: Output<String>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)