Network Interface Args
constructor(dnsSettings: Output<NetworkInterfaceDnsSettingsArgs>? = null, enableAcceleratedNetworking: Output<Boolean>? = null, enableIPForwarding: Output<Boolean>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, id: Output<String>? = null, ipConfigurations: Output<List<NetworkInterfaceIPConfigurationArgs>>? = null, location: Output<String>? = null, migrationPhase: Output<Either<String, NetworkInterfaceMigrationPhase>>? = null, networkInterfaceName: Output<String>? = null, networkSecurityGroup: Output<NetworkSecurityGroupArgs>? = null, nicType: Output<Either<String, NetworkInterfaceNicType>>? = null, privateLinkService: Output<PrivateLinkServiceArgs>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)